#CDD96A

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

Shades of Goldenrod #CDD96A

Tints of Goldenrod #CDD96A

Color information

#CDD96A (or 0xCDD96A) is unknown color: approx Goldenrod. HEX triplet: CD, D9 and 6A. RGB value is (205,217,106). Sum of RGB (Red+Green+Blue) = 205+217+106=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD96A is #322695. Grayscale: #C9C9C9. Windows color (decimal): -3286678 or 7002573. OLE color: 7002573.

HSL color Cylindrical-coordinate representation of color #CDD96A: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD96A is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB205217106-
CMYK0.0600.510.15
HSL66.49º59.36%63.33%-
HSV(B)66.49º51.15%85.1%-
XYZ52.5963.6523.15-
YUV200.7674.52131.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=38.83%
G=41.10%
B=20.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052171060.0600.510.1566.4959.3663.33
HexCDD96A6033F423b3f
Octal3153311526063171027377
Binary11001101110110011101010110011001111111000010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD96A; }

 p { color: rgb(205,217,106); }

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

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

 a { background-color: rgb(205,217,106); }

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

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

 span { border-color: rgb(205,217,106); }

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