Html Css Color HEX #D1BB5E Tacha

📋 copy color: '#D1BB5E'

red 209 ◦ green 187 ◦ blue 94

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

Shades of Tacha #D1BB5E

Tints of Tacha #D1BB5E

RGB

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

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

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

R = 42.65%
G = 38.16%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1BB5E (or 0xD1BB5E) is known color: Tacha. HEX triplet: D1, BB and 5E. RGB value is (209,187,94). Sum of RGB (Red+Green+Blue) = 209+187+94=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BB5E is #2E44A1. Grayscale: #B7B7B7. Windows color (decimal): -3032226 or 6208465. OLE color: 6208465.

HSL color Cylindrical-coordinate representation of color #D1BB5E: hue angle of 48.52º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1BB5E is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 94 -
CMYK 0 0.11 0.55 0.18
HSL 48.52º 0.56% 0.59% -
HSV(B) 48.52º 0.55% 0.82% -
XYZ 46.09 49.9 17.79 -
YUV 182.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 209 187 94 0 0.11 0.55 0.18 48.52 0.56 0.59
Hex D1 BB 5E 0 B 37 12 31 38 3B
Octal 321 273 136 0 13 67 22 61 70 73
Binary 11010001 10111011 1011110 0 1011 110111 10010 110001 111000 111011

Color Harmonies of #D1BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB5E

Black with #D1BB5E

Text Example


Text Example

White with #D1BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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