#ceb754

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

Shades of Tacha #CEB754

Tints of Tacha #CEB754

Color information

#CEB754 (or 0xCEB754) is unknown color: approx Tacha. HEX triplet: CE, B7 and 54. RGB value is (206,183,84). Sum of RGB (Red+Green+Blue) = 206+183+84=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 84 (33.20% from 255 or 17.76% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB754 is #3148AB. Grayscale: #B3B3B3. Windows color (decimal): -3229868 or 5552078. OLE color: 5552078.

HSL color Cylindrical-coordinate representation of color #CEB754: hue angle of 48.69º 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 #CEB754 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB20618384-
CMYK00.110.590.19
HSL48.69º55.45%56.86%-
HSV(B)48.69º59.22%80.78%-
XYZ43.9947.6315.26-
YUV178.5974.62147.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 84 (33.20% from 255) = 17.76%
R=43.55%
G=38.69%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061838400.110.590.1948.6955.4556.86
HexCEB7540B3B13313739
Octal3162671240137323616771
Binary110011101011011110101000101111101110011110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceb754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceb754; }

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

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

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

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

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

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

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

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