#D6C75B

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

Shades of Tacha #D6C75B

Tints of Tacha #D6C75B

Color information

#D6C75B (or 0xD6C75B) is unknown color: approx Tacha. HEX triplet: D6, C7 and 5B. RGB value is (214,199,91). Sum of RGB (Red+Green+Blue) = 214+199+91=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C75B is #2938A4. Grayscale: #BFBFBF. Windows color (decimal): -2701477 or 6014934. OLE color: 6014934.

HSL color Cylindrical-coordinate representation of color #D6C75B: hue angle of 52.68º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6C75B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21419991-
CMYK00.070.570.16
HSL52.68º60%59.8%-
HSV(B)52.68º57.48%83.92%-
XYZ50.0455.918.05-
YUV191.1771.47144.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.46%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 91 (35.94% from 255) = 18.06%
R=42.46%
G=39.48%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141999100.070.570.1652.686059.8
HexD6C75B073910353c3c
Octal326307133077120657474
Binary11010110110001111011011011111100110000110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C75B; }

 p { color: rgb(214,199,91); }

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

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

 a { background-color: rgb(214,199,91); }

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

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

 span { border-color: rgb(214,199,91); }

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