Html Css Color HEX #D3BB5B Tacha

📋 copy color: '#D3BB5B'

red 211 ◦ green 187 ◦ blue 91

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

Shades of Tacha #D3BB5B

Tints of Tacha #D3BB5B

RGB

 RED value IS 211 (82.81% from 255) = 43.15%

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

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

R = 43.15%
G = 38.24%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3BB5B (or 0xD3BB5B) is known color: Tacha. HEX triplet: D3, BB and 5B. RGB value is (211,187,91). Sum of RGB (Red+Green+Blue) = 211+187+91=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BB5B is #2C44A4. Grayscale: #B7B7B7. Windows color (decimal): -2901157 or 6011859. OLE color: 6011859.

HSL color Cylindrical-coordinate representation of color #D3BB5B: hue angle of 48º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3BB5B is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 187 91 -
CMYK 0 0.11 0.57 0.17
HSL 48º 0.58% 0.59% -
HSV(B) 48º 0.57% 0.83% -
XYZ 46.52 50.14 17.12 -
YUV 183.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 211 187 91 0 0.11 0.57 0.17 48 0.58 0.59
Hex D3 BB 5B 0 B 39 11 30 3A 3B
Octal 323 273 133 0 13 71 21 60 72 73
Binary 11010011 10111011 1011011 0 1011 111001 10001 110000 111010 111011

Color Harmonies of #D3BB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB5B

Black with #D3BB5B

Text Example


Text Example

White with #D3BB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB5B; }

 p { color: rgb(211,187,91); }

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

background-color css

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

 a { background-color: rgb(211,187,91); }

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

border-color css

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

 span { border-color: rgb(211,187,91); }

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