Html Css Color HEX #CCCC78 Deco

📋 copy color: '#CCCC78'

red 204 ◦ green 204 ◦ blue 120

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

Shades of Deco #CCCC78

Tints of Deco #CCCC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 38.64%
G = 38.64%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCCC78 (or 0xCCCC78) is known color: Deco. HEX triplet: CC, CC and 78. RGB value is (204,204,120). Sum of RGB (Red+Green+Blue) = 204+204+120=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC78 is #333387. Grayscale: #C2C2C2. Windows color (decimal): -3355528 or 7916748. OLE color: 7916748.

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

Color convert

RGB 204 204 120 -
CMYK 0 0 0.41 0.2
HSL 60º 0.45% 0.64% -
HSV(B) 60º 0.41% 0.8% -
XYZ 49.88 57.38 26.22 -
YUV 194.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 204 204 120 0 0 0.41 0.2 60 0.45 0.64
Hex CC CC 78 0 0 29 14 3C 2D 40
Octal 314 314 170 0 0 51 24 74 55 100
Binary 11001100 11001100 1111000 0 0 101001 10100 111100 101101 1000000

Color Harmonies of #CCCC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC78

Black with #CCCC78

Text Example


Text Example

White with #CCCC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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