#CCDB82

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

Shades of Deco #CCDB82

Tints of Deco #CCDB82

Color information

#CCDB82 (or 0xCCDB82) is unknown color: approx Deco. HEX triplet: CC, DB and 82. RGB value is (204,219,130). Sum of RGB (Red+Green+Blue) = 204+219+130=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB82 is #33247D. Grayscale: #CCCCCC. Windows color (decimal): -3351678 or 8575948. OLE color: 8575948.

HSL color Cylindrical-coordinate representation of color #CCDB82: hue angle of 70.11º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCDB82 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB204219130-
CMYK0.0700.410.14
HSL70.11º55.28%68.43%-
HSV(B)70.11º40.64%85.88%-
XYZ54.2665.1130.83-
YUV204.3786.03127.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=36.89%
G=39.60%
B=23.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042191300.0700.410.1470.1155.2868.43
HexCCDB827029E463744
Octal31433320270511610667104
Binary1100110011011011100000101110101001111010001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDB82; }

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

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

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

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

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

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

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

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