#CDD581

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

Shades of Deco #CDD581

Tints of Deco #CDD581

Color information

#CDD581 (or 0xCDD581) is unknown color: approx Deco. HEX triplet: CD, D5 and 81. RGB value is (205,213,129). Sum of RGB (Red+Green+Blue) = 205+213+129=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD581 is #322A7E. Grayscale: #C9C9C9. Windows color (decimal): -3287679 or 8508877. OLE color: 8508877.

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

Color convert

RGB205213129-
CMYK0.0400.390.16
HSL65.71º50%67.06%-
HSV(B)65.71º39.44%83.53%-
XYZ52.9362.1529.98-
YUV201.0387.35130.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 129 (50.78% from 255) = 23.58%
R=37.48%
G=38.94%
B=23.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131290.0400.390.1665.715067.06
HexCDD581402710423243
Octal31532520140472010262103
Binary11001101110101011000000110001001111000010000101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD581; }

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

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

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

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

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

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

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

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