#CCD682

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

Shades of Deco #CCD682

Tints of Deco #CCD682

Color information

#CCD682 (or 0xCCD682) is unknown color: approx Deco. HEX triplet: CC, D6 and 82. RGB value is (204,214,130). Sum of RGB (Red+Green+Blue) = 204+214+130=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD682 is #33297D. Grayscale: #C9C9C9. Windows color (decimal): -3352958 or 8574668. OLE color: 8574668.

HSL color Cylindrical-coordinate representation of color #CCD682: hue angle of 67.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCD682 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB204214130-
CMYK0.0500.390.16
HSL67.14º50.6%67.45%-
HSV(B)67.14º39.25%83.92%-
XYZ52.9862.5430.4-
YUV201.4387.69129.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=37.23%
G=39.05%
B=23.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042141300.0500.390.1667.1450.667.45
HexCCD682502710433343
Octal31432620250472010363103
Binary11001100110101101000001010101001111000010000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD682; }

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

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

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

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

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

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

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

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