Html Css Color HEX #D7B955 Tacha

📋 copy color: '#D7B955'

red 215 ◦ green 185 ◦ blue 85

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

Shades of Tacha #D7B955

Tints of Tacha #D7B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 85 (33.59% from 255) = 17.53%

R = 44.33%
G = 38.14%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D7B955 (or 0xD7B955) is known color: Tacha. HEX triplet: D7, B9 and 55. RGB value is (215,185,85). Sum of RGB (Red+Green+Blue) = 215+185+85=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B955 is #2846AA. Grayscale: #B6B6B6. Windows color (decimal): -2639531 or 5618135. OLE color: 5618135.

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

Color convert

RGB 215 185 85 -
CMYK 0 0.14 0.60 0.16
HSL 46.15º 0.62% 0.59% -
HSV(B) 46.15º 0.6% 0.84% -
XYZ 47.01 49.8 15.73 -
YUV 182.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 215 185 85 0 0.14 0.60 0.16 46.15 0.62 0.59
Hex D7 B9 55 0 E 3C 10 2E 3E 3B
Octal 327 271 125 0 16 74 20 56 76 73
Binary 11010111 10111001 1010101 0 1110 111100 10000 101110 111110 111011

Color Harmonies of #D7B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B955

Black with #D7B955

Text Example


Text Example

White with #D7B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B955; }

 p { color: rgb(215,185,85); }

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

background-color css

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

 a { background-color: rgb(215,185,85); }

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

border-color css

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

 span { border-color: rgb(215,185,85); }

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