#CFDC6C

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

Shades of Goldenrod #CFDC6C

Tints of Goldenrod #CFDC6C

Color information

#CFDC6C (or 0xCFDC6C) is unknown color: approx Goldenrod. HEX triplet: CF, DC and 6C. RGB value is (207,220,108). Sum of RGB (Red+Green+Blue) = 207+220+108=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC6C is #302393. Grayscale: #CBCBCB. Windows color (decimal): -3154836 or 7134415. OLE color: 7134415.

HSL color Cylindrical-coordinate representation of color #CFDC6C: hue angle of 66.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFDC6C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB207220108-
CMYK0.0600.510.14
HSL66.96º61.54%64.31%-
HSV(B)66.96º50.91%86.27%-
XYZ54.0365.5323.99-
YUV203.3474.19130.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=38.69%
G=41.12%
B=20.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201080.0600.510.1466.9661.5464.31
HexCFDC6C6033E433e40
Octal31733415460631610376100
Binary110011111101110011011001100110011111010000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC6C; }

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

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

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

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

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

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

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

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