#CBB75D

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

Shades of Tacha #CBB75D

Tints of Tacha #CBB75D

Color information

#CBB75D (or 0xCBB75D) is unknown color: approx Tacha. HEX triplet: CB, B7 and 5D. RGB value is (203,183,93). Sum of RGB (Red+Green+Blue) = 203+183+93=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB75D is #3448A2. Grayscale: #B3B3B3. Windows color (decimal): -3426467 or 6141899. OLE color: 6141899.

HSL color Cylindrical-coordinate representation of color #CBB75D: hue angle of 49.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBB75D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20318393-
CMYK00.100.540.20
HSL49.09º51.4%58.04%-
HSV(B)49.09º54.19%79.61%-
XYZ43.5447.3517.2-
YUV178.7279.63145.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.38%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 93 (36.72% from 255) = 19.42%
R=42.38%
G=38.20%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031839300.100.540.2049.0951.458.04
HexCBB75D0A361431333a
Octal3132671350126624616372
Binary110010111011011110111010101011011010100110001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB75D; }

 p { color: rgb(203,183,93); }

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

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

 a { background-color: rgb(203,183,93); }

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

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

 span { border-color: rgb(203,183,93); }

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