#CDDC6F

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

Shades of Goldenrod #CDDC6F

Tints of Goldenrod #CDDC6F

Color information

#CDDC6F (or 0xCDDC6F) is unknown color: approx Goldenrod. HEX triplet: CD, DC and 6F. RGB value is (205,220,111). Sum of RGB (Red+Green+Blue) = 205+220+111=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC6F is #322390. Grayscale: #CBCBCB. Windows color (decimal): -3285905 or 7331021. OLE color: 7331021.

HSL color Cylindrical-coordinate representation of color #CDDC6F: hue angle of 68.26º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDC6F is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB205220111-
CMYK0.0700.500.14
HSL68.26º60.89%64.9%-
HSV(B)68.26º49.55%86.27%-
XYZ53.6465.3124.82-
YUV203.0976.03129.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 111 (43.75% from 255) = 20.71%
R=38.25%
G=41.04%
B=20.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201110.0700.500.1468.2660.8964.9
HexCDDC6F7032E443d41
Octal31533415770621610475101
Binary110011011101110011011111110110010111010001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC6F; }

 p { color: rgb(205,220,111); }

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

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

 a { background-color: rgb(205,220,111); }

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

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

 span { border-color: rgb(205,220,111); }

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