#CDD869

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

Shades of Goldenrod #CDD869

Tints of Goldenrod #CDD869

Color information

#CDD869 (or 0xCDD869) is unknown color: approx Goldenrod. HEX triplet: CD, D8 and 69. RGB value is (205,216,105). Sum of RGB (Red+Green+Blue) = 205+216+105=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD869 is #322796. Grayscale: #C8C8C8. Windows color (decimal): -3286935 or 6936781. OLE color: 6936781.

HSL color Cylindrical-coordinate representation of color #CDD869: hue angle of 65.95º 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 #CDD869 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB205216105-
CMYK0.0500.510.15
HSL65.95º58.73%62.94%-
HSV(B)65.95º51.39%84.71%-
XYZ52.2863.1122.79-
YUV200.0674.36131.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 105 (41.41% from 255) = 19.96%
R=38.97%
G=41.06%
B=19.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161050.0500.510.1565.9558.7362.94
HexCDD8695033F423b3f
Octal3153301515063171027377
Binary11001101110110001101001101011001111111000010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD869; }

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

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

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

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

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

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

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

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