Html Css Color HEX #D6B950 Tacha

📋 copy color: '#D6B950'

red 214 ◦ green 185 ◦ blue 80

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

Shades of Tacha #D6B950

Tints of Tacha #D6B950

RGB

 RED value IS 214 (83.98% from 255) = 44.68%

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

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

R = 44.68%
G = 38.62%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6B950 (or 0xD6B950) is known color: Tacha. HEX triplet: D6, B9 and 50. RGB value is (214,185,80). Sum of RGB (Red+Green+Blue) = 214+185+80=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B950 is #2946AF. Grayscale: #B6B6B6. Windows color (decimal): -2705072 or 5290454. OLE color: 5290454.

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

Color convert

RGB 214 185 80 -
CMYK 0 0.14 0.63 0.16
HSL 47.01º 0.62% 0.58% -
HSV(B) 47.01º 0.63% 0.84% -
XYZ 46.53 49.57 14.71 -
YUV 181.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 214 185 80 0 0.14 0.63 0.16 47.01 0.62 0.58
Hex D6 B9 50 0 E 3F 10 2F 3E 3A
Octal 326 271 120 0 16 77 20 57 76 72
Binary 11010110 10111001 1010000 0 1110 111111 10000 101111 111110 111010

Color Harmonies of #D6B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B950

Black with #D6B950

Text Example


Text Example

White with #D6B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B950; }

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

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

background-color css

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

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

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

border-color css

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

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

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