Html Css Color HEX #DB9A68 Whiskey

📋 copy color: '#DB9A68'

red 219 ◦ green 154 ◦ blue 104

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

Shades of Whiskey #DB9A68

Tints of Whiskey #DB9A68

RGB

 RED value IS 219 (85.94% from 255) = 45.91%

 GREEN value IS 154 (60.55% from 255) = 32.29%

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

R = 45.91%
G = 32.29%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9A68 (or 0xDB9A68) is known color: Whiskey. HEX triplet: DB, 9A and 68. RGB value is (219,154,104). Sum of RGB (Red+Green+Blue) = 219+154+104=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A68 is #246597. Grayscale: #A8A8A8. Windows color (decimal): -2385304 or 6855387. OLE color: 6855387.

HSL color Cylindrical-coordinate representation of color #DB9A68: hue angle of 26.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9A68 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 154 104 -
CMYK 0 0.30 0.53 0.14
HSL 26.09º 0.61% 0.63% -
HSV(B) 26.09º 0.53% 0.86% -
XYZ 43.27 39.17 18.38 -
YUV 167.74 92.03 164.57 -
System Red Green Blue C M Y K H S L
Decimal 219 154 104 0 0.30 0.53 0.14 26.09 0.61 0.63
Hex DB 9A 68 0 1E 35 E 1A 3D 3F
Octal 333 232 150 0 36 65 16 32 75 77
Binary 11011011 10011010 1101000 0 11110 110101 1110 11010 111101 111111

Color Harmonies of #DB9A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A68

Black with #DB9A68

Text Example


Text Example

White with #DB9A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A68; }

 p { color: rgb(219,154,104); }

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

background-color css

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

 a { background-color: rgb(219,154,104); }

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

border-color css

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

 span { border-color: rgb(219,154,104); }

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