Html Css Color HEX #D9BA68 Tacha

📋 copy color: '#D9BA68'

red 217 ◦ green 186 ◦ blue 104

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

Shades of Tacha #D9BA68

Tints of Tacha #D9BA68

RGB

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

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

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

R = 42.8%
G = 36.69%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9BA68 (or 0xD9BA68) is known color: Tacha. HEX triplet: D9, BA and 68. RGB value is (217,186,104). Sum of RGB (Red+Green+Blue) = 217+186+104=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA68 is #264597. Grayscale: #BABABA. Windows color (decimal): -2508184 or 6863577. OLE color: 6863577.

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

Color convert

RGB 217 186 104 -
CMYK 0 0.14 0.52 0.15
HSL 43.54º 0.6% 0.63% -
HSV(B) 43.54º 0.52% 0.85% -
XYZ 48.67 50.87 20.35 -
YUV 185.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 217 186 104 0 0.14 0.52 0.15 43.54 0.6 0.63
Hex D9 BA 68 0 E 34 F 2C 3C 3F
Octal 331 272 150 0 16 64 17 54 74 77
Binary 11011001 10111010 1101000 0 1110 110100 1111 101100 111100 111111

Color Harmonies of #D9BA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA68

Black with #D9BA68

Text Example


Text Example

White with #D9BA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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