#CFD66C

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

Shades of Goldenrod #CFD66C

Tints of Goldenrod #CFD66C

Color information

#CFD66C (or 0xCFD66C) is unknown color: approx Goldenrod. HEX triplet: CF, D6 and 6C. RGB value is (207,214,108). Sum of RGB (Red+Green+Blue) = 207+214+108=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD66C is #302993. Grayscale: #C8C8C8. Windows color (decimal): -3156372 or 7132879. OLE color: 7132879.

HSL color Cylindrical-coordinate representation of color #CFD66C: hue angle of 63.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD66C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB207214108-
CMYK0.0300.500.16
HSL63.96º56.38%63.14%-
HSV(B)63.96º49.53%83.92%-
XYZ52.4962.4423.47-
YUV199.8276.18133.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=39.13%
G=40.45%
B=20.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141080.0300.500.1663.9656.3863.14
HexCFD66C30321040383f
Octal3173261543062201007077
Binary11001111110101101101100110110010100001000000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD66C; }

 p { color: rgb(207,214,108); }

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

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

 a { background-color: rgb(207,214,108); }

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

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

 span { border-color: rgb(207,214,108); }

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