#CCD083

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

Shades of Deco #CCD083

Tints of Deco #CCD083

Color information

#CCD083 (or 0xCCD083) is unknown color: approx Deco. HEX triplet: CC, D0 and 83. RGB value is (204,208,131). Sum of RGB (Red+Green+Blue) = 204+208+131=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 208 (81.64% from 255 or 38.31% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD083 is #332F7C. Grayscale: #C6C6C6. Windows color (decimal): -3354493 or 8638668. OLE color: 8638668.

HSL color Cylindrical-coordinate representation of color #CCD083: hue angle of 63.12º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCD083 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB204208131-
CMYK0.0200.370.18
HSL63.12º45.03%66.47%-
HSV(B)63.12º37.02%81.57%-
XYZ51.5559.5930.26-
YUV198.0390.17132.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 208 (81.64% from 255) = 38.31%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=37.57%
G=38.31%
B=24.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042081310.0200.370.1863.1245.0366.47
HexCCD0832025123f2d42
Octal3143202032045227755102
Binary110011001101000010000011100100101100101111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD083; }

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

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

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

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

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

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

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

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