#D7C75B

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

Shades of Tacha #D7C75B

Tints of Tacha #D7C75B

Color information

#D7C75B (or 0xD7C75B) is unknown color: approx Tacha. HEX triplet: D7, C7 and 5B. RGB value is (215,199,91). Sum of RGB (Red+Green+Blue) = 215+199+91=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C75B is #2838A4. Grayscale: #BFBFBF. Windows color (decimal): -2635941 or 6014935. OLE color: 6014935.

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

Color convert

RGB21519991-
CMYK00.070.580.16
HSL52.26º60.78%60%-
HSV(B)52.26º57.67%84.31%-
XYZ50.3456.0518.06-
YUV191.4771.3144.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 91 (35.94% from 255) = 18.02%
R=42.57%
G=39.41%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151999100.070.580.1652.2660.7860
HexD7C75B073A10343d3c
Octal327307133077220647574
Binary11010111110001111011011011111101010000110100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C75B; }

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

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

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

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

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

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

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

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