Html Css Color HEX #CCD991 Deco

📋 copy color: '#CCD991'

red 204 ◦ green 217 ◦ blue 145

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

Shades of Deco #CCD991

Tints of Deco #CCD991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.62%

R = 36.04%
G = 38.34%
B = 25.62%

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

#CCD991 (or 0xCCD991) is known color: Deco. HEX triplet: CC, D9 and 91. RGB value is (204,217,145). Sum of RGB (Red+Green+Blue) = 204+217+145=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD991 is #33266E. Grayscale: #CDCDCD. Windows color (decimal): -3352175 or 9558476. OLE color: 9558476.

HSL color Cylindrical-coordinate representation of color #CCD991: hue angle of 70.83º degrees, saturation: 0.49, 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 #CCD991 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 145 -
CMYK 0.06 0 0.33 0.15
HSL 70.83º 0.49% 0.71% -
HSV(B) 70.83º 0.33% 0.85% -
XYZ 54.83 64.51 36.35 -
YUV 204.91 94.19 127.35 -
System Red Green Blue C M Y K H S L
Decimal 204 217 145 0.06 0 0.33 0.15 70.83 0.49 0.71
Hex CC D9 91 6 0 21 F 47 31 47
Octal 314 331 221 6 0 41 17 107 61 107
Binary 11001100 11011001 10010001 110 0 100001 1111 1000111 110001 1000111

Color Harmonies of #CCD991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD991

Black with #CCD991

Text Example


Text Example

White with #CCD991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD991; }

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

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

background-color css

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

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

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

border-color css

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

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

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