#CEBA55

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

Shades of Tacha #CEBA55

Tints of Tacha #CEBA55

Color information

#CEBA55 (or 0xCEBA55) is unknown color: approx Tacha. HEX triplet: CE, BA and 55. RGB value is (206,186,85). Sum of RGB (Red+Green+Blue) = 206+186+85=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA55 is #3145AA. Grayscale: #B4B4B4. Windows color (decimal): -3229099 or 5618382. OLE color: 5618382.

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

Color convert

RGB20618685-
CMYK00.100.590.19
HSL50.08º55.25%57.06%-
HSV(B)50.08º58.74%80.78%-
XYZ44.6548.915.68-
YUV180.4774.13146.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.19%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=43.19%
G=38.99%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061868500.100.590.1950.0855.2557.06
HexCEBA550A3B13323739
Octal3162721250127323626771
Binary110011101011101010101010101011101110011110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA55; }

 p { color: rgb(206,186,85); }

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

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

 a { background-color: rgb(206,186,85); }

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

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

 span { border-color: rgb(206,186,85); }

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