#CDD57F

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

Shades of Deco #CDD57F

Tints of Deco #CDD57F

Color information

#CDD57F (or 0xCDD57F) is unknown color: approx Deco. HEX triplet: CD, D5 and 7F. RGB value is (205,213,127). Sum of RGB (Red+Green+Blue) = 205+213+127=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD57F is #322A80. Grayscale: #C9C9C9. Windows color (decimal): -3287681 or 8377805. OLE color: 8377805.

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

Color convert

RGB205213127-
CMYK0.0400.400.16
HSL65.58º50.59%66.67%-
HSV(B)65.58º40.38%83.53%-
XYZ52.862.129.28-
YUV200.886.35130.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 213 (83.59% from 255) = 39.08%
BLUE value IS 127 (50% from 255) = 23.30%
R=37.61%
G=39.08%
B=23.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131270.0400.400.1665.5850.5966.67
HexCDD57F402810423343
Octal31532517740502010263103
Binary1100110111010101111111110001010001000010000101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD57F; }

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

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

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

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

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

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

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

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