#CDD481

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

Shades of Deco #CDD481

Tints of Deco #CDD481

Color information

#CDD481 (or 0xCDD481) is unknown color: approx Deco. HEX triplet: CD, D4 and 81. RGB value is (205,212,129). Sum of RGB (Red+Green+Blue) = 205+212+129=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD481 is #322B7E. Grayscale: #C8C8C8. Windows color (decimal): -3287935 or 8508621. OLE color: 8508621.

HSL color Cylindrical-coordinate representation of color #CDD481: hue angle of 65.06º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDD481 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB205212129-
CMYK0.0300.390.17
HSL65.06º49.11%66.86%-
HSV(B)65.06º39.15%83.14%-
XYZ52.6861.6529.89-
YUV200.4487.68131.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 129 (50.78% from 255) = 23.63%
R=37.55%
G=38.83%
B=23.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121290.0300.390.1765.0649.1166.86
HexCDD481302711413143
Octal31532420130472110161103
Binary1100110111010100100000011101001111000110000011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD481; }

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

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

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

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

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

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

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

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