Html Css Color HEX #D5B45B Tacha

📋 copy color: '#D5B45B'

red 213 ◦ green 180 ◦ blue 91

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

Shades of Tacha #D5B45B

Tints of Tacha #D5B45B

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

 GREEN value IS 180 (70.7% from 255) = 37.19%

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

R = 44.01%
G = 37.19%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5B45B (or 0xD5B45B) is known color: Tacha. HEX triplet: D5, B4 and 5B. RGB value is (213,180,91). Sum of RGB (Red+Green+Blue) = 213+180+91=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B45B is #2A4BA4. Grayscale: #B4B4B4. Windows color (decimal): -2771877 or 6010069. OLE color: 6010069.

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

Color convert

RGB 213 180 91 -
CMYK 0 0.15 0.57 0.16
HSL 43.77º 0.59% 0.6% -
HSV(B) 43.77º 0.57% 0.84% -
XYZ 45.65 47.54 16.67 -
YUV 179.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 213 180 91 0 0.15 0.57 0.16 43.77 0.59 0.6
Hex D5 B4 5B 0 F 39 10 2C 3B 3C
Octal 325 264 133 0 17 71 20 54 73 74
Binary 11010101 10110100 1011011 0 1111 111001 10000 101100 111011 111100

Color Harmonies of #D5B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B45B

Black with #D5B45B

Text Example


Text Example

White with #D5B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B45B; }

 p { color: rgb(213,180,91); }

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

background-color css

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

 a { background-color: rgb(213,180,91); }

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

border-color css

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

 span { border-color: rgb(213,180,91); }

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