Html Css Color HEX #D1B76B Tacha

📋 copy color: '#D1B76B'

red 209 ◦ green 183 ◦ blue 107

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

Shades of Tacha #D1B76B

Tints of Tacha #D1B76B

RGB

 RED value IS 209 (82.03% from 255) = 41.88%

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

 BLUE value IS 107 (42.19% from 255) = 21.44%

R = 41.88%
G = 36.67%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1B76B (or 0xD1B76B) is known color: Tacha. HEX triplet: D1, B7 and 6B. RGB value is (209,183,107). Sum of RGB (Red+Green+Blue) = 209+183+107=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B76B is #2E4894. Grayscale: #B6B6B6. Windows color (decimal): -3033237 or 7059409. OLE color: 7059409.

HSL color Cylindrical-coordinate representation of color #D1B76B: hue angle of 44.71º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1B76B is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 107 -
CMYK 0 0.12 0.49 0.18
HSL 44.71º 0.53% 0.62% -
HSV(B) 44.71º 0.49% 0.82% -
XYZ 45.88 48.48 20.85 -
YUV 182.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 209 183 107 0 0.12 0.49 0.18 44.71 0.53 0.62
Hex D1 B7 6B 0 C 31 12 2D 35 3E
Octal 321 267 153 0 14 61 22 55 65 76
Binary 11010001 10110111 1101011 0 1100 110001 10010 101101 110101 111110

Color Harmonies of #D1B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B76B

Black with #D1B76B

Text Example


Text Example

White with #D1B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B76B; }

 p { color: rgb(209,183,107); }

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

background-color css

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

 a { background-color: rgb(209,183,107); }

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

border-color css

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

 span { border-color: rgb(209,183,107); }

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