Html Css Color HEX #CCC877 Deco

📋 copy color: '#CCC877'

red 204 ◦ green 200 ◦ blue 119

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

Shades of Deco #CCC877

Tints of Deco #CCC877

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

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

R = 39.01%
G = 38.24%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCC877 (or 0xCCC877) is known color: Deco. HEX triplet: CC, C8 and 77. RGB value is (204,200,119). Sum of RGB (Red+Green+Blue) = 204+200+119=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC877 is #333788. Grayscale: #C0C0C0. Windows color (decimal): -3356553 or 7850188. OLE color: 7850188.

HSL color Cylindrical-coordinate representation of color #CCC877: hue angle of 57.18º 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 #CCC877 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 119 -
CMYK 0 0.02 0.42 0.2
HSL 57.18º 0.45% 0.63% -
HSV(B) 57.18º 0.42% 0.8% -
XYZ 48.89 55.48 25.58 -
YUV 191.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 204 200 119 0 0.02 0.42 0.2 57.18 0.45 0.63
Hex CC C8 77 0 2 2A 14 39 2D 3F
Octal 314 310 167 0 2 52 24 71 55 77
Binary 11001100 11001000 1110111 0 10 101010 10100 111001 101101 111111

Color Harmonies of #CCC877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC877

Black with #CCC877

Text Example


Text Example

White with #CCC877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC877; }

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

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

background-color css

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

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

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

border-color css

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

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

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