Html Css Color HEX #D6B850 Tacha

📋 copy color: '#D6B850'

red 214 ◦ green 184 ◦ blue 80

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

Shades of Tacha #D6B850

Tints of Tacha #D6B850

RGB

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

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

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

R = 44.77%
G = 38.49%
B = 16.74%

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

#D6B850 (or 0xD6B850) is known color: Tacha. HEX triplet: D6, B8 and 50. RGB value is (214,184,80). Sum of RGB (Red+Green+Blue) = 214+184+80=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B850 is #2947AF. Grayscale: #B5B5B5. Windows color (decimal): -2705328 or 5290198. OLE color: 5290198.

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

Color convert

RGB 214 184 80 -
CMYK 0 0.14 0.63 0.16
HSL 46.57º 0.62% 0.58% -
HSV(B) 46.57º 0.63% 0.84% -
XYZ 46.32 49.16 14.64 -
YUV 181.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 214 184 80 0 0.14 0.63 0.16 46.57 0.62 0.58
Hex D6 B8 50 0 E 3F 10 2F 3E 3A
Octal 326 270 120 0 16 77 20 57 76 72
Binary 11010110 10111000 1010000 0 1110 111111 10000 101111 111110 111010

Color Harmonies of #D6B850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B850

Black with #D6B850

Text Example


Text Example

White with #D6B850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B850; }

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

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

background-color css

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

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

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

border-color css

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

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

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