Html Css Color HEX #CCB459 Tacha

📋 copy color: '#CCB459'

red 204 ◦ green 180 ◦ blue 89

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

Shades of Tacha #CCB459

Tints of Tacha #CCB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 43.13%
G = 38.05%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB459 (or 0xCCB459) is known color: Tacha. HEX triplet: CC, B4 and 59. RGB value is (204,180,89). Sum of RGB (Red+Green+Blue) = 204+180+89=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB459 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB459 is #334BA6. Grayscale: #B1B1B1. Windows color (decimal): -3361703 or 5878988. OLE color: 5878988.

HSL color Cylindrical-coordinate representation of color #CCB459: hue angle of 47.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 #CCB459 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 89 -
CMYK 0 0.12 0.56 0.2
HSL 47.48º 0.53% 0.57% -
HSV(B) 47.48º 0.56% 0.8% -
XYZ 43.03 46.2 16.1 -
YUV 176.8 78.45 147.4 -
System Red Green Blue C M Y K H S L
Decimal 204 180 89 0 0.12 0.56 0.2 47.48 0.53 0.57
Hex CC B4 59 0 C 38 14 2F 35 39
Octal 314 264 131 0 14 70 24 57 65 71
Binary 11001100 10110100 1011001 0 1100 111000 10100 101111 110101 111001

Color Harmonies of #CCB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB459

Black with #CCB459

Text Example


Text Example

White with #CCB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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