Html Css Color HEX #CCCC76 Deco

📋 copy color: '#CCCC76'

red 204 ◦ green 204 ◦ blue 118

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

Shades of Deco #CCCC76

Tints of Deco #CCCC76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.43%

R = 38.78%
G = 38.78%
B = 22.43%

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

#CCCC76 (or 0xCCCC76) is known color: Deco. HEX triplet: CC, CC and 76. RGB value is (204,204,118). Sum of RGB (Red+Green+Blue) = 204+204+118=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC76 is #333389. Grayscale: #C2C2C2. Windows color (decimal): -3355530 or 7785676. OLE color: 7785676.

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

Color convert

RGB 204 204 118 -
CMYK 0 0 0.42 0.2
HSL 60º 0.46% 0.63% -
HSV(B) 60º 0.42% 0.8% -
XYZ 49.76 57.33 25.58 -
YUV 194.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 204 204 118 0 0 0.42 0.2 60 0.46 0.63
Hex CC CC 76 0 0 2A 14 3C 2E 3F
Octal 314 314 166 0 0 52 24 74 56 77
Binary 11001100 11001100 1110110 0 0 101010 10100 111100 101110 111111

Color Harmonies of #CCCC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC76

Black with #CCCC76

Text Example


Text Example

White with #CCCC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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