#CDD569

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

Shades of Goldenrod #CDD569

Tints of Goldenrod #CDD569

Color information

#CDD569 (or 0xCDD569) is unknown color: approx Goldenrod. HEX triplet: CD, D5 and 69. RGB value is (205,213,105). Sum of RGB (Red+Green+Blue) = 205+213+105=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD569 is #322A96. Grayscale: #C6C6C6. Windows color (decimal): -3287703 or 6936013. OLE color: 6936013.

HSL color Cylindrical-coordinate representation of color #CDD569: hue angle of 64.44º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD569 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB205213105-
CMYK0.0400.510.16
HSL64.44º56.25%62.35%-
HSV(B)64.44º50.7%83.53%-
XYZ51.5261.5922.54-
YUV198.375.35132.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.20%
GREEN value IS 213 (83.59% from 255) = 40.73%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=39.20%
G=40.73%
B=20.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131050.0400.510.1664.4456.2562.35
HexCDD56940331040383e
Octal3153251514063201007076
Binary110011011101010111010011000110011100001000000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD569; }

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

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

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

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

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

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

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

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