Html Css Color HEX #CCB55D Tacha

📋 copy color: '#CCB55D'

red 204 ◦ green 181 ◦ blue 93

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

Shades of Tacha #CCB55D

Tints of Tacha #CCB55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

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

R = 42.68%
G = 37.87%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CCB55D (or 0xCCB55D) is known color: Tacha. HEX triplet: CC, B5 and 5D. RGB value is (204,181,93). Sum of RGB (Red+Green+Blue) = 204+181+93=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB55D is #334AA2. Grayscale: #B2B2B2. Windows color (decimal): -3361443 or 6141388. OLE color: 6141388.

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

Color convert

RGB 204 181 93 -
CMYK 0 0.11 0.54 0.2
HSL 47.57º 0.52% 0.58% -
HSV(B) 47.57º 0.54% 0.8% -
XYZ 43.4 46.68 17.08 -
YUV 177.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 204 181 93 0 0.11 0.54 0.2 47.57 0.52 0.58
Hex CC B5 5D 0 B 36 14 30 34 3A
Octal 314 265 135 0 13 66 24 60 64 72
Binary 11001100 10110101 1011101 0 1011 110110 10100 110000 110100 111010

Color Harmonies of #CCB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB55D

Black with #CCB55D

Text Example


Text Example

White with #CCB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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