#CCD382

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

Shades of Deco #CCD382

Tints of Deco #CCD382

Color information

#CCD382 (or 0xCCD382) is unknown color: approx Deco. HEX triplet: CC, D3 and 82. RGB value is (204,211,130). Sum of RGB (Red+Green+Blue) = 204+211+130=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD382 is #332C7D. Grayscale: #C7C7C7. Windows color (decimal): -3353726 or 8573900. OLE color: 8573900.

HSL color Cylindrical-coordinate representation of color #CCD382: hue angle of 65.19º 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 #CCD382 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB204211130-
CMYK0.0300.380.17
HSL65.19º47.93%66.86%-
HSV(B)65.19º38.39%82.75%-
XYZ52.2361.0430.15-
YUV199.6788.68131.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 130 (51.17% from 255) = 23.85%
R=37.43%
G=38.72%
B=23.85%

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
Decimal2042111300.0300.380.1765.1947.9366.86
HexCCD382302611413043
Octal31432320230462110160103
Binary1100110011010011100000101101001101000110000011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD382; }

 p { color: rgb(204,211,130); }

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

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

 a { background-color: rgb(204,211,130); }

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

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

 span { border-color: rgb(204,211,130); }

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