#CDD46B

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

Shades of Goldenrod #CDD46B

Tints of Goldenrod #CDD46B

Color information

#CDD46B (or 0xCDD46B) is unknown color: approx Goldenrod. HEX triplet: CD, D4 and 6B. RGB value is (205,212,107). Sum of RGB (Red+Green+Blue) = 205+212+107=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD46B is #322B94. Grayscale: #C6C6C6. Windows color (decimal): -3287957 or 7066829. OLE color: 7066829.

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

Color convert

RGB205212107-
CMYK0.0300.500.17
HSL64º54.97%62.55%-
HSV(B)64º49.53%83.14%-
XYZ51.3761.1323-
YUV197.9476.68133.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 107 (42.19% from 255) = 20.42%
R=39.12%
G=40.46%
B=20.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121070.0300.500.176454.9762.55
HexCDD46B30321140373f
Octal3153241533062211006777
Binary11001101110101001101011110110010100011000000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD46B; }

 p { color: rgb(205,212,107); }

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

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

 a { background-color: rgb(205,212,107); }

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

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

 span { border-color: rgb(205,212,107); }

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