#CDD57E

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

Shades of Deco #CDD57E

Tints of Deco #CDD57E

Color information

#CDD57E (or 0xCDD57E) is unknown color: approx Deco. HEX triplet: CD, D5 and 7E. RGB value is (205,213,126). Sum of RGB (Red+Green+Blue) = 205+213+126=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD57E is #322A81. Grayscale: #C9C9C9. Windows color (decimal): -3287682 or 8312269. OLE color: 8312269.

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

Color convert

RGB205213126-
CMYK0.0400.410.16
HSL65.52º50.88%66.47%-
HSV(B)65.52º40.85%83.53%-
XYZ52.7462.0728.94-
YUV200.6985.85131.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 126 (49.61% from 255) = 23.16%
R=37.68%
G=39.15%
B=23.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131260.0400.410.1665.5250.8866.47
HexCDD57E402910423342
Octal31532517640512010263102
Binary1100110111010101111111010001010011000010000101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD57E; }

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

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

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

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

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

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

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

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