#CDD76E

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

Shades of Goldenrod #CDD76E

Tints of Goldenrod #CDD76E

Color information

#CDD76E (or 0xCDD76E) is unknown color: approx Goldenrod. HEX triplet: CD, D7 and 6E. RGB value is (205,215,110). Sum of RGB (Red+Green+Blue) = 205+215+110=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD76E is #322891. Grayscale: #C8C8C8. Windows color (decimal): -3287186 or 7264205. OLE color: 7264205.

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

Color convert

RGB205215110-
CMYK0.0500.490.16
HSL65.71º56.76%63.73%-
HSV(B)65.71º48.84%84.31%-
XYZ52.2962.7124.1-
YUV200.0477.19131.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=38.68%
G=40.57%
B=20.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151100.0500.490.1665.7156.7663.73
HexCDD76E503110423940
Octal31532715650612010271100
Binary1100110111010111110111010101100011000010000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD76E; }

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

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

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

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

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

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

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

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