Html Css Color HEX #CCB358 Tacha

📋 copy color: '#CCB358'

red 204 ◦ green 179 ◦ blue 88

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

Shades of Tacha #CCB358

Tints of Tacha #CCB358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38%

 BLUE value IS 88 (34.77% from 255) = 18.68%

R = 43.31%
G = 38%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CCB358 (or 0xCCB358) is known color: Tacha. HEX triplet: CC, B3 and 58. RGB value is (204,179,88). Sum of RGB (Red+Green+Blue) = 204+179+88=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB358 is #334CA7. Grayscale: #B0B0B0. Windows color (decimal): -3361960 or 5813196. OLE color: 5813196.

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

Color convert

RGB 204 179 88 -
CMYK 0 0.12 0.57 0.2
HSL 47.07º 0.53% 0.57% -
HSV(B) 47.07º 0.57% 0.8% -
XYZ 42.78 45.78 15.81 -
YUV 176.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 204 179 88 0 0.12 0.57 0.2 47.07 0.53 0.57
Hex CC B3 58 0 C 39 14 2F 35 39
Octal 314 263 130 0 14 71 24 57 65 71
Binary 11001100 10110011 1011000 0 1100 111001 10100 101111 110101 111001

Color Harmonies of #CCB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB358

Black with #CCB358

Text Example


Text Example

White with #CCB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB358; }

 p { color: rgb(204,179,88); }

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

background-color css

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

 a { background-color: rgb(204,179,88); }

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

border-color css

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

 span { border-color: rgb(204,179,88); }

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