Html Css Color HEX #CCC977 Deco

📋 copy color: '#CCC977'

red 204 ◦ green 201 ◦ blue 119

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

Shades of Deco #CCC977

Tints of Deco #CCC977

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.36%

 BLUE value IS 119 (46.88% from 255) = 22.71%

R = 38.93%
G = 38.36%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC977 (or 0xCCC977) is known color: Deco. HEX triplet: CC, C9 and 77. RGB value is (204,201,119). Sum of RGB (Red+Green+Blue) = 204+201+119=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC977 is #333688. Grayscale: #C0C0C0. Windows color (decimal): -3356297 or 7850444. OLE color: 7850444.

HSL color Cylindrical-coordinate representation of color #CCC977: hue angle of 57.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCC977 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 119 -
CMYK 0 0.01 0.42 0.2
HSL 57.88º 0.45% 0.63% -
HSV(B) 57.88º 0.42% 0.8% -
XYZ 49.12 55.94 25.66 -
YUV 192.55 86.49 136.17 -
System Red Green Blue C M Y K H S L
Decimal 204 201 119 0 0.01 0.42 0.2 57.88 0.45 0.63
Hex CC C9 77 0 1 2A 14 3A 2D 3F
Octal 314 311 167 0 1 52 24 72 55 77
Binary 11001100 11001001 1110111 0 1 101010 10100 111010 101101 111111

Color Harmonies of #CCC977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC977

Black with #CCC977

Text Example


Text Example

White with #CCC977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC977; }

 p { color: rgb(204,201,119); }

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

background-color css

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

 a { background-color: rgb(204,201,119); }

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

border-color css

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

 span { border-color: rgb(204,201,119); }

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