#CFDA6E

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

Shades of Goldenrod #CFDA6E

Tints of Goldenrod #CFDA6E

Color information

#CFDA6E (or 0xCFDA6E) is unknown color: approx Goldenrod. HEX triplet: CF, DA and 6E. RGB value is (207,218,110). Sum of RGB (Red+Green+Blue) = 207+218+110=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA6E is #302591. Grayscale: #CACACA. Windows color (decimal): -3155346 or 7264975. OLE color: 7264975.

HSL color Cylindrical-coordinate representation of color #CFDA6E: hue angle of 66.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDA6E is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB207218110-
CMYK0.0500.500.15
HSL66.11º59.34%64.31%-
HSV(B)66.11º49.54%85.49%-
XYZ53.6264.5324.38-
YUV202.475.86131.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 218 (85.55% from 255) = 40.75%
BLUE value IS 110 (43.36% from 255) = 20.56%
R=38.69%
G=40.75%
B=20.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072181100.0500.500.1566.1159.3464.31
HexCFDA6E5032F423b40
Octal31733215650621710273100
Binary110011111101101011011101010110010111110000101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDA6E; }

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

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

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

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

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

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

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

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