Html Css Color HEX #CCCC77 Deco

📋 copy color: '#CCCC77'

red 204 ◦ green 204 ◦ blue 119

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

Shades of Deco #CCCC77

Tints of Deco #CCCC77

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.71%

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

R = 38.71%
G = 38.71%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CCCC77 (or 0xCCCC77) is known color: Deco. HEX triplet: CC, CC and 77. RGB value is (204,204,119). Sum of RGB (Red+Green+Blue) = 204+204+119=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC77 is #333388. Grayscale: #C2C2C2. Windows color (decimal): -3355529 or 7851212. OLE color: 7851212.

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

Color convert

RGB 204 204 119 -
CMYK 0 0 0.42 0.2
HSL 60º 0.45% 0.63% -
HSV(B) 60º 0.42% 0.8% -
XYZ 49.82 57.36 25.9 -
YUV 194.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 204 204 119 0 0 0.42 0.2 60 0.45 0.63
Hex CC CC 77 0 0 2A 14 3C 2D 3F
Octal 314 314 167 0 0 52 24 74 55 77
Binary 11001100 11001100 1110111 0 0 101010 10100 111100 101101 111111

Color Harmonies of #CCCC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC77

Black with #CCCC77

Text Example


Text Example

White with #CCCC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC77; }

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

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

background-color css

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

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

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

border-color css

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

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

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