Html Css Color HEX #D9B968 Tacha

📋 copy color: '#D9B968'

red 217 ◦ green 185 ◦ blue 104

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

Shades of Tacha #D9B968

Tints of Tacha #D9B968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 42.89%
G = 36.56%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9B968 (or 0xD9B968) is known color: Tacha. HEX triplet: D9, B9 and 68. RGB value is (217,185,104). Sum of RGB (Red+Green+Blue) = 217+185+104=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B968 is #264697. Grayscale: #B9B9B9. Windows color (decimal): -2508440 or 6863321. OLE color: 6863321.

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

Color convert

RGB 217 185 104 -
CMYK 0 0.15 0.52 0.15
HSL 43.01º 0.6% 0.63% -
HSV(B) 43.01º 0.52% 0.85% -
XYZ 48.46 50.45 20.28 -
YUV 185.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 217 185 104 0 0.15 0.52 0.15 43.01 0.6 0.63
Hex D9 B9 68 0 F 34 F 2B 3C 3F
Octal 331 271 150 0 17 64 17 53 74 77
Binary 11011001 10111001 1101000 0 1111 110100 1111 101011 111100 111111

Color Harmonies of #D9B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B968

Black with #D9B968

Text Example


Text Example

White with #D9B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B968; }

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

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

background-color css

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

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

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

border-color css

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

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

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