Html Css Color HEX #D1BA63 Tacha

📋 copy color: '#D1BA63'

red 209 ◦ green 186 ◦ blue 99

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

Shades of Tacha #D1BA63

Tints of Tacha #D1BA63

RGB

 RED value IS 209 (82.03% from 255) = 42.31%

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 99 (39.06% from 255) = 20.04%

R = 42.31%
G = 37.65%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D1BA63 (or 0xD1BA63) is known color: Tacha. HEX triplet: D1, BA and 63. RGB value is (209,186,99). Sum of RGB (Red+Green+Blue) = 209+186+99=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA63 is #2E459C. Grayscale: #B7B7B7. Windows color (decimal): -3032477 or 6535889. OLE color: 6535889.

HSL color Cylindrical-coordinate representation of color #D1BA63: hue angle of 47.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D1BA63 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 186 99 -
CMYK 0 0.11 0.53 0.18
HSL 47.45º 0.54% 0.6% -
HSV(B) 47.45º 0.53% 0.82% -
XYZ 46.11 49.57 18.94 -
YUV 182.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 209 186 99 0 0.11 0.53 0.18 47.45 0.54 0.6
Hex D1 BA 63 0 B 35 12 2F 36 3C
Octal 321 272 143 0 13 65 22 57 66 74
Binary 11010001 10111010 1100011 0 1011 110101 10010 101111 110110 111100

Color Harmonies of #D1BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BA63

Black with #D1BA63

Text Example


Text Example

White with #D1BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BA63; }

 p { color: rgb(209,186,99); }

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

background-color css

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

 a { background-color: rgb(209,186,99); }

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

border-color css

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

 span { border-color: rgb(209,186,99); }

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