Html Css Color HEX #D7BB5E Tacha

📋 copy color: '#D7BB5E'

red 215 ◦ green 187 ◦ blue 94

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

Shades of Tacha #D7BB5E

Tints of Tacha #D7BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.7%

 BLUE value IS 94 (37.11% from 255) = 18.95%

R = 43.35%
G = 37.7%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7BB5E (or 0xD7BB5E) is known color: Tacha. HEX triplet: D7, BB and 5E. RGB value is (215,187,94). Sum of RGB (Red+Green+Blue) = 215+187+94=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB5E is #2844A1. Grayscale: #B9B9B9. Windows color (decimal): -2639010 or 6208471. OLE color: 6208471.

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

Color convert

RGB 215 187 94 -
CMYK 0 0.13 0.56 0.16
HSL 46.12º 0.6% 0.61% -
HSV(B) 46.12º 0.56% 0.84% -
XYZ 47.82 50.8 17.87 -
YUV 184.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 215 187 94 0 0.13 0.56 0.16 46.12 0.6 0.61
Hex D7 BB 5E 0 D 38 10 2E 3C 3D
Octal 327 273 136 0 15 70 20 56 74 75
Binary 11010111 10111011 1011110 0 1101 111000 10000 101110 111100 111101

Color Harmonies of #D7BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB5E

Black with #D7BB5E

Text Example


Text Example

White with #D7BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB5E; }

 p { color: rgb(215,187,94); }

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

background-color css

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

 a { background-color: rgb(215,187,94); }

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

border-color css

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

 span { border-color: rgb(215,187,94); }

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