Html Css Color HEX #D6BD5A Tacha

📋 copy color: '#D6BD5A'

red 214 ◦ green 189 ◦ blue 90

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

Shades of Tacha #D6BD5A

Tints of Tacha #D6BD5A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

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

R = 43.41%
G = 38.34%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6BD5A (or 0xD6BD5A) is known color: Tacha. HEX triplet: D6, BD and 5A. RGB value is (214,189,90). Sum of RGB (Red+Green+Blue) = 214+189+90=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD5A is #2942A5. Grayscale: #B9B9B9. Windows color (decimal): -2704038 or 5946838. OLE color: 5946838.

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

Color convert

RGB 214 189 90 -
CMYK 0 0.12 0.58 0.16
HSL 47.9º 0.6% 0.6% -
HSV(B) 47.9º 0.58% 0.84% -
XYZ 47.77 51.43 17.08 -
YUV 185.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 214 189 90 0 0.12 0.58 0.16 47.9 0.6 0.6
Hex D6 BD 5A 0 C 3A 10 30 3C 3C
Octal 326 275 132 0 14 72 20 60 74 74
Binary 11010110 10111101 1011010 0 1100 111010 10000 110000 111100 111100

Color Harmonies of #D6BD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BD5A

Black with #D6BD5A

Text Example


Text Example

White with #D6BD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BD5A; }

 p { color: rgb(214,189,90); }

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

background-color css

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

 a { background-color: rgb(214,189,90); }

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

border-color css

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

 span { border-color: rgb(214,189,90); }

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