#CEB35B

Color #CEB35B Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CEB35B

Tints of Tacha #CEB35B

Color information

#CEB35B (or 0xCEB35B) is unknown color: approx Tacha. HEX triplet: CE, B3 and 5B. RGB value is (206,179,91). Sum of RGB (Red+Green+Blue) = 206+179+91=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB35B is #314CA4. Grayscale: #B1B1B1. Windows color (decimal): -3230885 or 6009806. OLE color: 6009806.

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

Color convert

RGB20617991-
CMYK00.130.560.19
HSL45.91º53.99%58.24%-
HSV(B)45.91º55.83%80.78%-
XYZ43.4646.1216.51-
YUV177.0479.45148.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 91 (35.94% from 255) = 19.12%
R=43.28%
G=37.61%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061799100.130.560.1945.9153.9958.24
HexCEB35B0D38132e363a
Octal3162631330157023566672
Binary110011101011001110110110110111100010011101110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB35B; }

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

 H1.HeaderClassName
 {
   color: #CEB35B;
 }
 .AnyTagClassName
 {
   color: #CEB35B;
 }
</style>
background-color css

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

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

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

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

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

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