#CDD383

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

Shades of Deco #CDD383

Tints of Deco #CDD383

Color information

#CDD383 (or 0xCDD383) is unknown color: approx Deco. HEX triplet: CD, D3 and 83. RGB value is (205,211,131). Sum of RGB (Red+Green+Blue) = 205+211+131=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 131 (51.56% from 255 or 23.95% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD383 is #322C7C. Grayscale: #C8C8C8. Windows color (decimal): -3288189 or 8639437. OLE color: 8639437.

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

Color convert

RGB205211131-
CMYK0.0300.380.17
HSL64.5º47.62%67.06%-
HSV(B)64.5º37.91%82.75%-
XYZ52.5761.2130.52-
YUV200.0989.01131.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 131 (51.56% from 255) = 23.95%
R=37.48%
G=38.57%
B=23.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111310.0300.380.1764.547.6267.06
HexCDD383302611403043
Octal31532320330462110060103
Binary1100110111010011100000111101001101000110000001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD383; }

 p { color: rgb(205,211,131); }

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

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

 a { background-color: rgb(205,211,131); }

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

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

 span { border-color: rgb(205,211,131); }

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