Html Css Color HEX #D5B85A Tacha

📋 copy color: '#D5B85A'

red 213 ◦ green 184 ◦ blue 90

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

Shades of Tacha #D5B85A

Tints of Tacha #D5B85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.48%

R = 43.74%
G = 37.78%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5B85A (or 0xD5B85A) is known color: Tacha. HEX triplet: D5, B8 and 5A. RGB value is (213,184,90). Sum of RGB (Red+Green+Blue) = 213+184+90=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B85A is #2A47A5. Grayscale: #B6B6B6. Windows color (decimal): -2770854 or 5945557. OLE color: 5945557.

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

Color convert

RGB 213 184 90 -
CMYK 0 0.14 0.58 0.16
HSL 45.85º 0.59% 0.59% -
HSV(B) 45.85º 0.58% 0.84% -
XYZ 46.43 49.17 16.72 -
YUV 181.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 213 184 90 0 0.14 0.58 0.16 45.85 0.59 0.59
Hex D5 B8 5A 0 E 3A 10 2E 3B 3B
Octal 325 270 132 0 16 72 20 56 73 73
Binary 11010101 10111000 1011010 0 1110 111010 10000 101110 111011 111011

Color Harmonies of #D5B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B85A

Black with #D5B85A

Text Example


Text Example

White with #D5B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B85A; }

 p { color: rgb(213,184,90); }

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

background-color css

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

 a { background-color: rgb(213,184,90); }

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

border-color css

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

 span { border-color: rgb(213,184,90); }

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