#CDD57A

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

Shades of Deco #CDD57A

Tints of Deco #CDD57A

Color information

#CDD57A (or 0xCDD57A) is unknown color: approx Deco. HEX triplet: CD, D5 and 7A. RGB value is (205,213,122). Sum of RGB (Red+Green+Blue) = 205+213+122=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD57A is #322A85. Grayscale: #C8C8C8. Windows color (decimal): -3287686 or 8050125. OLE color: 8050125.

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

Color convert

RGB205213122-
CMYK0.0400.430.16
HSL65.27º52%65.69%-
HSV(B)65.27º42.72%83.53%-
XYZ52.4861.9727.61-
YUV200.2383.85131.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 122 (48.05% from 255) = 22.59%
R=37.96%
G=39.44%
B=22.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131220.0400.430.1665.275265.69
HexCDD57A402B10413442
Octal31532517240532010164102
Binary1100110111010101111101010001010111000010000011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD57A; }

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

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

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

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

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

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

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

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