Html Css Color HEX #D9BC68 Tacha

📋 copy color: '#D9BC68'

red 217 ◦ green 188 ◦ blue 104

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

Shades of Tacha #D9BC68

Tints of Tacha #D9BC68

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.94%

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

R = 42.63%
G = 36.94%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D9BC68 (or 0xD9BC68) is known color: Tacha. HEX triplet: D9, BC and 68. RGB value is (217,188,104). Sum of RGB (Red+Green+Blue) = 217+188+104=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BC68 is #264397. Grayscale: #BBBBBB. Windows color (decimal): -2507672 or 6864089. OLE color: 6864089.

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

Color convert

RGB 217 188 104 -
CMYK 0 0.13 0.52 0.15
HSL 44.6º 0.6% 0.63% -
HSV(B) 44.6º 0.52% 0.85% -
XYZ 49.1 51.72 20.49 -
YUV 187.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 217 188 104 0 0.13 0.52 0.15 44.6 0.6 0.63
Hex D9 BC 68 0 D 34 F 2D 3C 3F
Octal 331 274 150 0 15 64 17 55 74 77
Binary 11011001 10111100 1101000 0 1101 110100 1111 101101 111100 111111

Color Harmonies of #D9BC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC68

Black with #D9BC68

Text Example


Text Example

White with #D9BC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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