Html Css Color HEX #CCC35D Tacha

📋 copy color: '#CCC35D'

red 204 ◦ green 195 ◦ blue 93

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

Shades of Tacha #CCC35D

Tints of Tacha #CCC35D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.63%

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

R = 41.46%
G = 39.63%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCC35D (or 0xCCC35D) is known color: Tacha. HEX triplet: CC, C3 and 5D. RGB value is (204,195,93). Sum of RGB (Red+Green+Blue) = 204+195+93=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC35D is #333CA2. Grayscale: #BABABA. Windows color (decimal): -3357859 or 6144972. OLE color: 6144972.

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

Color convert

RGB 204 195 93 -
CMYK 0 0.04 0.54 0.2
HSL 55.14º 0.52% 0.58% -
HSV(B) 55.14º 0.54% 0.8% -
XYZ 46.39 52.66 18.07 -
YUV 186.06 75.48 140.79 -
System Red Green Blue C M Y K H S L
Decimal 204 195 93 0 0.04 0.54 0.2 55.14 0.52 0.58
Hex CC C3 5D 0 4 36 14 37 34 3A
Octal 314 303 135 0 4 66 24 67 64 72
Binary 11001100 11000011 1011101 0 100 110110 10100 110111 110100 111010

Color Harmonies of #CCC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC35D

Black with #CCC35D

Text Example


Text Example

White with #CCC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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