#CEBD6D

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

Shades of Tacha #CEBD6D

Tints of Tacha #CEBD6D

Color information

#CEBD6D (or 0xCEBD6D) is unknown color: approx Tacha. HEX triplet: CE, BD and 6D. RGB value is (206,189,109). Sum of RGB (Red+Green+Blue) = 206+189+109=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD6D is #314292. Grayscale: #B9B9B9. Windows color (decimal): -3228307 or 7192014. OLE color: 7192014.

HSL color Cylindrical-coordinate representation of color #CEBD6D: hue angle of 49.48º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEBD6D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB206189109-
CMYK00.080.470.19
HSL49.48º49.74%61.76%-
HSV(B)49.48º47.09%80.78%-
XYZ46.4150.6221.79-
YUV184.9685.13143-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=40.87%
G=37.5%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618910900.080.470.1949.4849.7461.76
HexCEBD6D082F1331323e
Octal3162751550105723616276
Binary110011101011110111011010100010111110011110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD6D; }

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

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

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

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

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

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

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

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