#CEBD5B

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

Shades of Tacha #CEBD5B

Tints of Tacha #CEBD5B

Color information

#CEBD5B (or 0xCEBD5B) is unknown color: approx Tacha. HEX triplet: CE, BD and 5B. RGB value is (206,189,91). Sum of RGB (Red+Green+Blue) = 206+189+91=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD5B is #3142A4. Grayscale: #B7B7B7. Windows color (decimal): -3228325 or 6012366. OLE color: 6012366.

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

Color convert

RGB20618991-
CMYK00.080.560.19
HSL51.13º53.99%58.24%-
HSV(B)51.13º55.83%80.78%-
XYZ45.5450.2717.2-
YUV182.9176.13144.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=42.39%
G=38.89%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061899100.080.560.1951.1353.9958.24
HexCEBD5B08381333363a
Octal3162751330107023636672
Binary110011101011110110110110100011100010011110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD5B; }

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

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

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

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

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

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

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

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