Html Css Color HEX #CEB358 Tacha

📋 copy color: '#CEB358'

red 206 ◦ green 179 ◦ blue 88

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

Shades of Tacha #CEB358

Tints of Tacha #CEB358

RGB

 RED value IS 206 (80.86% from 255) = 43.55%

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

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

R = 43.55%
G = 37.84%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CEB358 (or 0xCEB358) is known color: Tacha. HEX triplet: CE, B3 and 58. RGB value is (206,179,88). Sum of RGB (Red+Green+Blue) = 206+179+88=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB358 is #314CA7. Grayscale: #B1B1B1. Windows color (decimal): -3230888 or 5813198. OLE color: 5813198.

HSL color Cylindrical-coordinate representation of color #CEB358: hue angle of 46.27º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEB358 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 179 88 -
CMYK 0 0.13 0.57 0.19
HSL 46.27º 0.55% 0.58% -
HSV(B) 46.27º 0.57% 0.81% -
XYZ 43.34 46.07 15.84 -
YUV 176.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 206 179 88 0 0.13 0.57 0.19 46.27 0.55 0.58
Hex CE B3 58 0 D 39 13 2E 37 3A
Octal 316 263 130 0 15 71 23 56 67 72
Binary 11001110 10110011 1011000 0 1101 111001 10011 101110 110111 111010

Color Harmonies of #CEB358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB358

Black with #CEB358

Text Example


Text Example

White with #CEB358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB358; }

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

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

background-color css

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

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

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

border-color css

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

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

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