Html Css Color HEX #CCC55D Tacha

📋 copy color: '#CCC55D'

red 204 ◦ green 197 ◦ blue 93

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

Shades of Tacha #CCC55D

Tints of Tacha #CCC55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 41.3%
G = 39.88%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC55D (or 0xCCC55D) is known color: Tacha. HEX triplet: CC, C5 and 5D. RGB value is (204,197,93). Sum of RGB (Red+Green+Blue) = 204+197+93=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC55D is #333AA2. Grayscale: #BBBBBB. Windows color (decimal): -3357347 or 6145484. OLE color: 6145484.

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

Color convert

RGB 204 197 93 -
CMYK 0 0.03 0.54 0.2
HSL 56.22º 0.52% 0.58% -
HSV(B) 56.22º 0.54% 0.8% -
XYZ 46.84 53.56 18.23 -
YUV 187.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 204 197 93 0 0.03 0.54 0.2 56.22 0.52 0.58
Hex CC C5 5D 0 3 36 14 38 34 3A
Octal 314 305 135 0 3 66 24 70 64 72
Binary 11001100 11000101 1011101 0 11 110110 10100 111000 110100 111010

Color Harmonies of #CCC55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC55D

Black with #CCC55D

Text Example


Text Example

White with #CCC55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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