Html Css Color HEX #D6B754 Tacha

📋 copy color: '#D6B754'

red 214 ◦ green 183 ◦ blue 84

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

Shades of Tacha #D6B754

Tints of Tacha #D6B754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

 BLUE value IS 84 (33.2% from 255) = 17.46%

R = 44.49%
G = 38.05%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6B754 (or 0xD6B754) is known color: Tacha. HEX triplet: D6, B7 and 54. RGB value is (214,183,84). Sum of RGB (Red+Green+Blue) = 214+183+84=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B754 is #2948AB. Grayscale: #B5B5B5. Windows color (decimal): -2705580 or 5552086. OLE color: 5552086.

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

Color convert

RGB 214 183 84 -
CMYK 0 0.14 0.61 0.16
HSL 45.69º 0.61% 0.58% -
HSV(B) 45.69º 0.61% 0.84% -
XYZ 46.27 48.8 15.37 -
YUV 180.98 73.27 151.55 -
System Red Green Blue C M Y K H S L
Decimal 214 183 84 0 0.14 0.61 0.16 45.69 0.61 0.58
Hex D6 B7 54 0 E 3D 10 2E 3D 3A
Octal 326 267 124 0 16 75 20 56 75 72
Binary 11010110 10110111 1010100 0 1110 111101 10000 101110 111101 111010

Color Harmonies of #D6B754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B754

Black with #D6B754

Text Example


Text Example

White with #D6B754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B754; }

 p { color: rgb(214,183,84); }

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

background-color css

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

 a { background-color: rgb(214,183,84); }

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

border-color css

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

 span { border-color: rgb(214,183,84); }

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