Html Css Color HEX #D5B950 Tacha

📋 copy color: '#D5B950'

red 213 ◦ green 185 ◦ blue 80

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

Shades of Tacha #D5B950

Tints of Tacha #D5B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 44.56%
G = 38.7%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5B950 (or 0xD5B950) is known color: Tacha. HEX triplet: D5, B9 and 50. RGB value is (213,185,80). Sum of RGB (Red+Green+Blue) = 213+185+80=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B950 is #2A46AF. Grayscale: #B5B5B5. Windows color (decimal): -2770608 or 5290453. OLE color: 5290453.

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

Color convert

RGB 213 185 80 -
CMYK 0 0.13 0.62 0.16
HSL 47.37º 0.61% 0.57% -
HSV(B) 47.37º 0.62% 0.84% -
XYZ 46.24 49.42 14.69 -
YUV 181.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 213 185 80 0 0.13 0.62 0.16 47.37 0.61 0.57
Hex D5 B9 50 0 D 3E 10 2F 3D 39
Octal 325 271 120 0 15 76 20 57 75 71
Binary 11010101 10111001 1010000 0 1101 111110 10000 101111 111101 111001

Color Harmonies of #D5B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B950

Black with #D5B950

Text Example


Text Example

White with #D5B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B950; }

 p { color: rgb(213,185,80); }

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

background-color css

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

 a { background-color: rgb(213,185,80); }

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

border-color css

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

 span { border-color: rgb(213,185,80); }

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