#CCD283

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

Shades of Deco #CCD283

Tints of Deco #CCD283

Color information

#CCD283 (or 0xCCD283) is unknown color: approx Deco. HEX triplet: CC, D2 and 83. RGB value is (204,210,131). Sum of RGB (Red+Green+Blue) = 204+210+131=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD283 is #332D7C. Grayscale: #C7C7C7. Windows color (decimal): -3353981 or 8639180. OLE color: 8639180.

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

Color convert

RGB204210131-
CMYK0.0300.380.18
HSL64.56º46.75%66.86%-
HSV(B)64.56º37.62%82.35%-
XYZ52.0560.5730.42-
YUV199.289.51131.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 210 (82.42% from 255) = 38.53%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=37.43%
G=38.53%
B=24.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042101310.0300.380.1864.5646.7566.86
HexCCD283302612412f43
Octal31432220330462210157103
Binary1100110011010010100000111101001101001010000011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD283; }

 p { color: rgb(204,210,131); }

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

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

 a { background-color: rgb(204,210,131); }

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

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

 span { border-color: rgb(204,210,131); }

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