Html Css Color HEX #D9B85B Tacha

📋 copy color: '#D9B85B'

red 217 ◦ green 184 ◦ blue 91

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

Shades of Tacha #D9B85B

Tints of Tacha #D9B85B

RGB

 RED value IS 217 (85.16% from 255) = 44.11%

 GREEN value IS 184 (72.27% from 255) = 37.4%

 BLUE value IS 91 (35.94% from 255) = 18.5%

R = 44.11%
G = 37.4%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9B85B (or 0xD9B85B) is known color: Tacha. HEX triplet: D9, B8 and 5B. RGB value is (217,184,91). Sum of RGB (Red+Green+Blue) = 217+184+91=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B85B is #2647A4. Grayscale: #B7B7B7. Windows color (decimal): -2508709 or 6011097. OLE color: 6011097.

HSL color Cylindrical-coordinate representation of color #D9B85B: hue angle of 44.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9B85B is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 184 91 -
CMYK 0 0.15 0.58 0.15
HSL 44.29º 0.62% 0.6% -
HSV(B) 44.29º 0.58% 0.85% -
XYZ 47.64 49.79 17 -
YUV 183.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 217 184 91 0 0.15 0.58 0.15 44.29 0.62 0.6
Hex D9 B8 5B 0 F 3A F 2C 3E 3C
Octal 331 270 133 0 17 72 17 54 76 74
Binary 11011001 10111000 1011011 0 1111 111010 1111 101100 111110 111100

Color Harmonies of #D9B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B85B

Black with #D9B85B

Text Example


Text Example

White with #D9B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B85B; }

 p { color: rgb(217,184,91); }

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

background-color css

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

 a { background-color: rgb(217,184,91); }

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

border-color css

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

 span { border-color: rgb(217,184,91); }

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