Html Css Color HEX #D6B74F Tacha

📋 copy color: '#D6B74F'

red 214 ◦ green 183 ◦ blue 79

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

Shades of Tacha #D6B74F

Tints of Tacha #D6B74F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.6%

R = 44.96%
G = 38.45%
B = 16.6%

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

#D6B74F (or 0xD6B74F) is known color: Tacha. HEX triplet: D6, B7 and 4F. RGB value is (214,183,79). Sum of RGB (Red+Green+Blue) = 214+183+79=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B74F is #2948B0. Grayscale: #B4B4B4. Windows color (decimal): -2705585 or 5224406. OLE color: 5224406.

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

Color convert

RGB 214 183 79 -
CMYK 0 0.14 0.63 0.16
HSL 46.22º 0.62% 0.57% -
HSV(B) 46.22º 0.63% 0.84% -
XYZ 46.08 48.73 14.37 -
YUV 180.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 214 183 79 0 0.14 0.63 0.16 46.22 0.62 0.57
Hex D6 B7 4F 0 E 3F 10 2E 3E 39
Octal 326 267 117 0 16 77 20 56 76 71
Binary 11010110 10110111 1001111 0 1110 111111 10000 101110 111110 111001

Color Harmonies of #D6B74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B74F

Black with #D6B74F

Text Example


Text Example

White with #D6B74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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