Html Css Color HEX #CCD992 Deco

📋 copy color: '#CCD992'

red 204 ◦ green 217 ◦ blue 146

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

Shades of Deco #CCD992

Tints of Deco #CCD992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.75%

R = 35.98%
G = 38.27%
B = 25.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#CCD992 (or 0xCCD992) is known color: Deco. HEX triplet: CC, D9 and 92. RGB value is (204,217,146). Sum of RGB (Red+Green+Blue) = 204+217+146=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD992 is #33266D. Grayscale: #CDCDCD. Windows color (decimal): -3352174 or 9624012. OLE color: 9624012.

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

Color convert

RGB 204 217 146 -
CMYK 0.06 0 0.33 0.15
HSL 70.99º 0.48% 0.71% -
HSV(B) 70.99º 0.33% 0.85% -
XYZ 54.9 64.54 36.76 -
YUV 205.02 94.69 127.27 -
System Red Green Blue C M Y K H S L
Decimal 204 217 146 0.06 0 0.33 0.15 70.99 0.48 0.71
Hex CC D9 92 6 0 21 F 47 30 47
Octal 314 331 222 6 0 41 17 107 60 107
Binary 11001100 11011001 10010010 110 0 100001 1111 1000111 110000 1000111

Color Harmonies of #CCD992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD992

Black with #CCD992

Text Example


Text Example

White with #CCD992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD992; }

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

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

background-color css

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

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

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

border-color css

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

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

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