#CFDA69

Color #CFDA69 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFDA69

Tints of Goldenrod #CFDA69

Color information

#CFDA69 (or 0xCFDA69) is unknown color: approx Goldenrod. HEX triplet: CF, DA and 69. RGB value is (207,218,105). Sum of RGB (Red+Green+Blue) = 207+218+105=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA69 is #302596. Grayscale: #CACACA. Windows color (decimal): -3155351 or 6937295. OLE color: 6937295.

HSL color Cylindrical-coordinate representation of color #CFDA69: hue angle of 65.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDA69 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB207218105-
CMYK0.0500.520.15
HSL65.84º60.43%63.33%-
HSV(B)65.84º51.83%85.49%-
XYZ53.3564.4322.99-
YUV201.8373.36131.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 105 (41.41% from 255) = 19.81%
R=39.06%
G=41.13%
B=19.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181050.0500.520.1565.8460.4363.33
HexCFDA695034F423c3f
Octal3173321515064171027477
Binary11001111110110101101001101011010011111000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA69; }

 p { color: rgb(207,218,105); }

 H1.HeaderClassName
 {
   color: #CFDA69;
 }
 .AnyTagClassName
 {
   color: #CFDA69;
 }
</style>
background-color css

<style>
 a { background-color: #CFDA69; }

 a { background-color: rgb(207,218,105); }

 div.DivClassName
 {
   background-color: #CFDA69;
 }
 .BgClassName
 {
   background-color: #CFDA69;
 }
</style>
border-color css

<style>
 span { border-color: #CFDA69; }

 span { border-color: rgb(207,218,105); }

 td.TdClassName
 {
   border-color: #CFDA69;
 }
 .TagClassName
 {
   border-color: #CFDA69;
 }
</style>