#cdd86e

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

Shades of Goldenrod #CDD86E

Tints of Goldenrod #CDD86E

Color information

#CDD86E (or 0xCDD86E) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 6E. RGB value is (205,216,110). Sum of RGB (Red+Green+Blue) = 205+216+110=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD86E is #322791. Grayscale: #C9C9C9. Windows color (decimal): -3286930 or 7264461. OLE color: 7264461.

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

Color convert

RGB205216110-
CMYK0.0500.490.15
HSL66.23º57.61%63.92%-
HSV(B)66.23º49.07%84.71%-
XYZ52.5563.2224.18-
YUV200.6376.86131.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 216 (84.77% from 255) = 40.68%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=38.61%
G=40.68%
B=20.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161100.0500.490.1566.2357.6163.92
HexCDD86E5031F423a40
Octal31533015650611710272100
Binary110011011101100011011101010110001111110000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdd86e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdd86e; }

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

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

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

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

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

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

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

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