#CDDC74

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

Shades of Goldenrod #CDDC74

Tints of Goldenrod #CDDC74

Color information

#CDDC74 (or 0xCDDC74) is unknown color: approx Goldenrod. HEX triplet: CD, DC and 74. RGB value is (205,220,116). Sum of RGB (Red+Green+Blue) = 205+220+116=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC74 is #32238B. Grayscale: #CCCCCC. Windows color (decimal): -3285900 or 7658701. OLE color: 7658701.

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

Color convert

RGB205220116-
CMYK0.0700.470.14
HSL68.65º59.77%65.88%-
HSV(B)68.65º47.27%86.27%-
XYZ53.9265.4326.31-
YUV203.6678.53128.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 116 (45.70% from 255) = 21.44%
R=37.89%
G=40.67%
B=21.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052201160.0700.470.1468.6559.7765.88
HexCDDC74702FE453c42
Octal31533416470571610574102
Binary110011011101110011101001110101111111010001011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC74; }

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

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

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

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

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

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

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

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