Html Css Color HEX #CCD882 Deco

📋 copy color: '#CCD882'

red 204 ◦ green 216 ◦ blue 130

#CCD882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deco #CCD882

Tints of Deco #CCD882

RGB

 RED value IS 204 (80.08% from 255) = 37.09%

 GREEN value IS 216 (84.77% from 255) = 39.27%

 BLUE value IS 130 (51.17% from 255) = 23.64%

R = 37.09%
G = 39.27%
B = 23.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#CCD882 (or 0xCCD882) is known color: Deco. HEX triplet: CC, D8 and 82. RGB value is (204,216,130). Sum of RGB (Red+Green+Blue) = 204+216+130=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD882 is #33277D. Grayscale: #CACACA. Windows color (decimal): -3352446 or 8575180. OLE color: 8575180.

HSL color Cylindrical-coordinate representation of color #CCD882: hue angle of 68.37º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCD882 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 216 130 -
CMYK 0.06 0 0.40 0.15
HSL 68.37º 0.52% 0.68% -
HSV(B) 68.37º 0.4% 0.85% -
XYZ 53.49 63.56 30.57 -
YUV 202.61 87.02 128.99 -
System Red Green Blue C M Y K H S L
Decimal 204 216 130 0.06 0 0.40 0.15 68.37 0.52 0.68
Hex CC D8 82 6 0 28 F 44 34 44
Octal 314 330 202 6 0 50 17 104 64 104
Binary 11001100 11011000 10000010 110 0 101000 1111 1000100 110100 1000100

Color Harmonies of #CCD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD882

Black with #CCD882

Text Example


Text Example

White with #CCD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD882; }

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

 H1.HeaderClassName
 {
   color: #CCD882;
 }
 .AnyTagClassName
 {
   color: #CCD882;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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