Html Css Color HEX #CCB559 Tacha

📋 copy color: '#CCB559'

red 204 ◦ green 181 ◦ blue 89

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

Shades of Tacha #CCB559

Tints of Tacha #CCB559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.78%

R = 43.04%
G = 38.19%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB559 (or 0xCCB559) is known color: Tacha. HEX triplet: CC, B5 and 59. RGB value is (204,181,89). Sum of RGB (Red+Green+Blue) = 204+181+89=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB559 is #334AA6. Grayscale: #B1B1B1. Windows color (decimal): -3361447 or 5879244. OLE color: 5879244.

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

Color convert

RGB 204 181 89 -
CMYK 0 0.11 0.56 0.2
HSL 48º 0.53% 0.57% -
HSV(B) 48º 0.56% 0.8% -
XYZ 43.23 46.61 16.17 -
YUV 177.39 78.12 146.98 -
System Red Green Blue C M Y K H S L
Decimal 204 181 89 0 0.11 0.56 0.2 48 0.53 0.57
Hex CC B5 59 0 B 38 14 30 35 39
Octal 314 265 131 0 13 70 24 60 65 71
Binary 11001100 10110101 1011001 0 1011 111000 10100 110000 110101 111001

Color Harmonies of #CCB559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB559

Black with #CCB559

Text Example


Text Example

White with #CCB559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB559; }

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

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

background-color css

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

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

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

border-color css

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

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

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