Html Css Color HEX #D6B84F Tacha

📋 copy color: '#D6B84F'

red 214 ◦ green 184 ◦ blue 79

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

Shades of Tacha #D6B84F

Tints of Tacha #D6B84F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 44.86%
G = 38.57%
B = 16.56%

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

#D6B84F (or 0xD6B84F) is known color: Tacha. HEX triplet: D6, B8 and 4F. RGB value is (214,184,79). Sum of RGB (Red+Green+Blue) = 214+184+79=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B84F is #2947B0. Grayscale: #B5B5B5. Windows color (decimal): -2705329 or 5224662. OLE color: 5224662.

HSL color Cylindrical-coordinate representation of color #D6B84F: hue angle of 46.67º 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 #D6B84F is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 79 -
CMYK 0 0.14 0.63 0.16
HSL 46.67º 0.62% 0.57% -
HSV(B) 46.67º 0.63% 0.84% -
XYZ 46.28 49.14 14.44 -
YUV 181 70.44 151.54 -
System Red Green Blue C M Y K H S L
Decimal 214 184 79 0 0.14 0.63 0.16 46.67 0.62 0.57
Hex D6 B8 4F 0 E 3F 10 2F 3E 39
Octal 326 270 117 0 16 77 20 57 76 71
Binary 11010110 10111000 1001111 0 1110 111111 10000 101111 111110 111001

Color Harmonies of #D6B84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B84F

Black with #D6B84F

Text Example


Text Example

White with #D6B84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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