#CDD36E

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

Shades of Goldenrod #CDD36E

Tints of Goldenrod #CDD36E

Color information

#CDD36E (or 0xCDD36E) is unknown color: approx Goldenrod. HEX triplet: CD, D3 and 6E. RGB value is (205,211,110). Sum of RGB (Red+Green+Blue) = 205+211+110=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD36E is #322C91. Grayscale: #C6C6C6. Windows color (decimal): -3288210 or 7263181. OLE color: 7263181.

HSL color Cylindrical-coordinate representation of color #CDD36E: hue angle of 63.56º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDD36E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB205211110-
CMYK0.0300.480.17
HSL63.56º53.44%62.94%-
HSV(B)63.56º47.87%82.75%-
XYZ51.2960.6923.76-
YUV197.6978.51133.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=38.97%
G=40.11%
B=20.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111100.0300.480.1763.5653.4462.94
HexCDD36E30301140353f
Octal3153231563060211006577
Binary11001101110100111101110110110000100011000000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD36E; }

 p { color: rgb(205,211,110); }

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

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

 a { background-color: rgb(205,211,110); }

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

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

 span { border-color: rgb(205,211,110); }

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