#CDD86D

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

Shades of Goldenrod #CDD86D

Tints of Goldenrod #CDD86D

Color information

#CDD86D (or 0xCDD86D) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 6D. RGB value is (205,216,109). Sum of RGB (Red+Green+Blue) = 205+216+109=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86D is #322792. Grayscale: #C8C8C8. Windows color (decimal): -3286931 or 7198925. OLE color: 7198925.

HSL color Cylindrical-coordinate representation of color #CDD86D: hue angle of 66.17º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDD86D is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB205216109-
CMYK0.0500.500.15
HSL66.17º57.84%63.73%-
HSV(B)66.17º49.54%84.71%-
XYZ52.4963.1923.9-
YUV200.5176.36131.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 109 (42.97% from 255) = 20.57%
R=38.68%
G=40.75%
B=20.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161090.0500.500.1566.1757.8463.73
HexCDD86D5032F423a40
Octal31533015550621710272100
Binary110011011101100011011011010110010111110000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD86D; }

 p { color: rgb(205,216,109); }

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

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

 a { background-color: rgb(205,216,109); }

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

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

 span { border-color: rgb(205,216,109); }

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