Html Css Color HEX #D7B75C Tacha

📋 copy color: '#D7B75C'

red 215 ◦ green 183 ◦ blue 92

#D7B75C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #D7B75C

Tints of Tacha #D7B75C

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

 GREEN value IS 183 (71.88% from 255) = 37.35%

 BLUE value IS 92 (36.33% from 255) = 18.78%

R = 43.88%
G = 37.35%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7B75C (or 0xD7B75C) is known color: Tacha. HEX triplet: D7, B7 and 5C. RGB value is (215,183,92). Sum of RGB (Red+Green+Blue) = 215+183+92=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B75C is #2848A3. Grayscale: #B6B6B6. Windows color (decimal): -2640036 or 6076375. OLE color: 6076375.

HSL color Cylindrical-coordinate representation of color #D7B75C: hue angle of 44.39º degrees, saturation: 0.61, 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 #D7B75C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 183 92 -
CMYK 0 0.15 0.57 0.16
HSL 44.39º 0.61% 0.6% -
HSV(B) 44.39º 0.57% 0.84% -
XYZ 46.89 49.09 17.13 -
YUV 182.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 215 183 92 0 0.15 0.57 0.16 44.39 0.61 0.6
Hex D7 B7 5C 0 F 39 10 2C 3D 3C
Octal 327 267 134 0 17 71 20 54 75 74
Binary 11010111 10110111 1011100 0 1111 111001 10000 101100 111101 111100

Color Harmonies of #D7B75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B75C

Black with #D7B75C

Text Example


Text Example

White with #D7B75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B75C; }

 p { color: rgb(215,183,92); }

 H1.HeaderClassName
 {
   color: #D7B75C;
 }
 .AnyTagClassName
 {
   color: #D7B75C;
 }
</style>

background-color css

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

 a { background-color: rgb(215,183,92); }

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

border-color css

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

 span { border-color: rgb(215,183,92); }

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