#CEBD61

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

Shades of Tacha #CEBD61

Tints of Tacha #CEBD61

Color information

#CEBD61 (or 0xCEBD61) is unknown color: approx Tacha. HEX triplet: CE, BD and 61. RGB value is (206,189,97). Sum of RGB (Red+Green+Blue) = 206+189+97=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD61 is #31429E. Grayscale: #B7B7B7. Windows color (decimal): -3228319 or 6405582. OLE color: 6405582.

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

Color convert

RGB20618997-
CMYK00.080.530.19
HSL50.64º52.66%59.41%-
HSV(B)50.64º52.91%80.78%-
XYZ45.8150.3818.62-
YUV183.5979.13143.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 97 (38.28% from 255) = 19.72%
R=41.87%
G=38.41%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061899700.080.530.1950.6452.6659.41
HexCEBD6108351333353b
Octal3162751410106523636573
Binary110011101011110111000010100011010110011110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD61; }

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

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

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

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

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

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

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

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