Html Css Color HEX #D8B960 Tacha

📋 copy color: '#D8B960'

red 216 ◦ green 185 ◦ blue 96

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

Shades of Tacha #D8B960

Tints of Tacha #D8B960

RGB

 RED value IS 216 (84.77% from 255) = 43.46%

 GREEN value IS 185 (72.66% from 255) = 37.22%

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 43.46%
G = 37.22%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8B960 (or 0xD8B960) is known color: Tacha. HEX triplet: D8, B9 and 60. RGB value is (216,185,96). Sum of RGB (Red+Green+Blue) = 216+185+96=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B960 is #27469F. Grayscale: #B8B8B8. Windows color (decimal): -2573984 or 6339032. OLE color: 6339032.

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

Color convert

RGB 216 185 96 -
CMYK 0 0.14 0.56 0.15
HSL 44.5º 0.61% 0.61% -
HSV(B) 44.5º 0.56% 0.85% -
XYZ 47.78 50.14 18.23 -
YUV 184.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 216 185 96 0 0.14 0.56 0.15 44.5 0.61 0.61
Hex D8 B9 60 0 E 38 F 2C 3D 3D
Octal 330 271 140 0 16 70 17 54 75 75
Binary 11011000 10111001 1100000 0 1110 111000 1111 101100 111101 111101

Color Harmonies of #D8B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B960

Black with #D8B960

Text Example


Text Example

White with #D8B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B960; }

 p { color: rgb(216,185,96); }

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

background-color css

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

 a { background-color: rgb(216,185,96); }

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

border-color css

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

 span { border-color: rgb(216,185,96); }

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