#CDDC70

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

Shades of Goldenrod #CDDC70

Tints of Goldenrod #CDDC70

Color information

#CDDC70 (or 0xCDDC70) is unknown color: approx Goldenrod. HEX triplet: CD, DC and 70. RGB value is (205,220,112). Sum of RGB (Red+Green+Blue) = 205+220+112=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC70 is #32238F. Grayscale: #CBCBCB. Windows color (decimal): -3285904 or 7396557. OLE color: 7396557.

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

Color convert

RGB205220112-
CMYK0.0700.490.14
HSL68.33º60.67%65.1%-
HSV(B)68.33º49.09%86.27%-
XYZ53.6965.3425.11-
YUV203.276.53129.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 112 (44.14% from 255) = 20.86%
R=38.18%
G=40.97%
B=20.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201120.0700.490.1468.3360.6765.1
HexCDDC707031E443d41
Octal31533416070611610475101
Binary110011011101110011100001110110001111010001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC70; }

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

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

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

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

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

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

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

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