Html Css Color HEX #CCC554 Tacha

📋 copy color: '#CCC554'

red 204 ◦ green 197 ◦ blue 84

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

Shades of Tacha #CCC554

Tints of Tacha #CCC554

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 84 (33.2% from 255) = 17.32%

R = 42.06%
G = 40.62%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CCC554 (or 0xCCC554) is known color: Tacha. HEX triplet: CC, C5 and 54. RGB value is (204,197,84). Sum of RGB (Red+Green+Blue) = 204+197+84=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC554 is #333AAB. Grayscale: #BABABA. Windows color (decimal): -3357356 or 5555660. OLE color: 5555660.

HSL color Cylindrical-coordinate representation of color #CCC554: hue angle of 56.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCC554 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 197 84 -
CMYK 0 0.03 0.59 0.2
HSL 56.5º 0.54% 0.56% -
HSV(B) 56.5º 0.59% 0.8% -
XYZ 46.47 53.41 16.25 -
YUV 186.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 204 197 84 0 0.03 0.59 0.2 56.5 0.54 0.56
Hex CC C5 54 0 3 3B 14 38 36 38
Octal 314 305 124 0 3 73 24 70 66 70
Binary 11001100 11000101 1010100 0 11 111011 10100 111000 110110 111000

Color Harmonies of #CCC554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC554

Black with #CCC554

Text Example


Text Example

White with #CCC554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC554; }

 p { color: rgb(204,197,84); }

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

background-color css

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

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

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

border-color css

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

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

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