Html Css Color HEX #CEB75D Tacha

📋 copy color: '#CEB75D'

red 206 ◦ green 183 ◦ blue 93

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

Shades of Tacha #CEB75D

Tints of Tacha #CEB75D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

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

R = 42.74%
G = 37.97%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEB75D (or 0xCEB75D) is known color: Tacha. HEX triplet: CE, B7 and 5D. RGB value is (206,183,93). Sum of RGB (Red+Green+Blue) = 206+183+93=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB75D is #3148A2. Grayscale: #B3B3B3. Windows color (decimal): -3229859 or 6141902. OLE color: 6141902.

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

Color convert

RGB 206 183 93 -
CMYK 0 0.11 0.55 0.19
HSL 47.79º 0.54% 0.59% -
HSV(B) 47.79º 0.55% 0.81% -
XYZ 44.36 47.78 17.24 -
YUV 179.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 206 183 93 0 0.11 0.55 0.19 47.79 0.54 0.59
Hex CE B7 5D 0 B 37 13 30 36 3B
Octal 316 267 135 0 13 67 23 60 66 73
Binary 11001110 10110111 1011101 0 1011 110111 10011 110000 110110 111011

Color Harmonies of #CEB75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB75D

Black with #CEB75D

Text Example


Text Example

White with #CEB75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB75D; }

 p { color: rgb(206,183,93); }

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

background-color css

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

 a { background-color: rgb(206,183,93); }

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

border-color css

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

 span { border-color: rgb(206,183,93); }

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