Html Css Color HEX #D5B84D Tacha

📋 copy color: '#D5B84D'

red 213 ◦ green 184 ◦ blue 77

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

Shades of Tacha #D5B84D

Tints of Tacha #D5B84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 44.94%
G = 38.82%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5B84D (or 0xD5B84D) is known color: Tacha. HEX triplet: D5, B8 and 4D. RGB value is (213,184,77). Sum of RGB (Red+Green+Blue) = 213+184+77=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B84D is #2A47B2. Grayscale: #B4B4B4. Windows color (decimal): -2770867 or 5093589. OLE color: 5093589.

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

Color convert

RGB 213 184 77 -
CMYK 0 0.14 0.64 0.16
HSL 47.21º 0.62% 0.57% -
HSV(B) 47.21º 0.64% 0.84% -
XYZ 45.92 48.96 14.05 -
YUV 180.47 69.61 151.2 -
System Red Green Blue C M Y K H S L
Decimal 213 184 77 0 0.14 0.64 0.16 47.21 0.62 0.57
Hex D5 B8 4D 0 E 40 10 2F 3E 39
Octal 325 270 115 0 16 100 20 57 76 71
Binary 11010101 10111000 1001101 0 1110 1000000 10000 101111 111110 111001

Color Harmonies of #D5B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B84D

Black with #D5B84D

Text Example


Text Example

White with #D5B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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