Html Css Color HEX #D9B960 Tacha

📋 copy color: '#D9B960'

red 217 ◦ green 185 ◦ blue 96

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

Shades of Tacha #D9B960

Tints of Tacha #D9B960

RGB

 RED value IS 217 (85.16% from 255) = 43.57%

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

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

R = 43.57%
G = 37.15%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9B960 (or 0xD9B960) is known color: Tacha. HEX triplet: D9, B9 and 60. RGB value is (217,185,96). Sum of RGB (Red+Green+Blue) = 217+185+96=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B960 is #26469F. Grayscale: #B8B8B8. Windows color (decimal): -2508448 or 6339033. OLE color: 6339033.

HSL color Cylindrical-coordinate representation of color #D9B960: hue angle of 44.13º 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 #D9B960 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 96 -
CMYK 0 0.15 0.56 0.15
HSL 44.13º 0.61% 0.61% -
HSV(B) 44.13º 0.56% 0.85% -
XYZ 48.08 50.29 18.24 -
YUV 184.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 217 185 96 0 0.15 0.56 0.15 44.13 0.61 0.61
Hex D9 B9 60 0 F 38 F 2C 3D 3D
Octal 331 271 140 0 17 70 17 54 75 75
Binary 11011001 10111001 1100000 0 1111 111000 1111 101100 111101 111101

Color Harmonies of #D9B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B960

Black with #D9B960

Text Example


Text Example

White with #D9B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B960; }

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

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

background-color css

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

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

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

border-color css

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

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

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