Html Css Color HEX #CCD984 Deco

📋 copy color: '#CCD984'

red 204 ◦ green 217 ◦ blue 132

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

Shades of Deco #CCD984

Tints of Deco #CCD984

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

 BLUE value IS 132 (51.95% from 255) = 23.87%

R = 36.89%
G = 39.24%
B = 23.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#CCD984 (or 0xCCD984) is known color: Deco. HEX triplet: CC, D9 and 84. RGB value is (204,217,132). Sum of RGB (Red+Green+Blue) = 204+217+132=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD984 is #33267B. Grayscale: #CBCBCB. Windows color (decimal): -3352188 or 8706508. OLE color: 8706508.

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

Color convert

RGB 204 217 132 -
CMYK 0.06 0 0.39 0.15
HSL 69.18º 0.53% 0.68% -
HSV(B) 69.18º 0.39% 0.85% -
XYZ 53.88 64.13 31.37 -
YUV 203.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 204 217 132 0.06 0 0.39 0.15 69.18 0.53 0.68
Hex CC D9 84 6 0 27 F 45 35 44
Octal 314 331 204 6 0 47 17 105 65 104
Binary 11001100 11011001 10000100 110 0 100111 1111 1000101 110101 1000100

Color Harmonies of #CCD984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD984

Black with #CCD984

Text Example


Text Example

White with #CCD984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD984; }

 p { color: rgb(204,217,132); }

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

background-color css

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

 a { background-color: rgb(204,217,132); }

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

border-color css

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

 span { border-color: rgb(204,217,132); }

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