Html Css Color HEX #D09168 Whiskey

📋 copy color: '#D09168'

red 208 ◦ green 145 ◦ blue 104

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

Shades of Whiskey #D09168

Tints of Whiskey #D09168

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 45.51%
G = 31.73%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D09168 (or 0xD09168) is known color: Whiskey. HEX triplet: D0, 91 and 68. RGB value is (208,145,104). Sum of RGB (Red+Green+Blue) = 208+145+104=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09168 is #2F6E97. Grayscale: #9F9F9F. Windows color (decimal): -3108504 or 6853072. OLE color: 6853072.

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

Color convert

RGB 208 145 104 -
CMYK 0 0.30 0.5 0.18
HSL 23.65º 0.53% 0.61% -
HSV(B) 23.65º 0.5% 0.82% -
XYZ 38.64 34.66 17.75 -
YUV 159.16 96.87 162.83 -
System Red Green Blue C M Y K H S L
Decimal 208 145 104 0 0.30 0.5 0.18 23.65 0.53 0.61
Hex D0 91 68 0 1E 32 12 18 35 3D
Octal 320 221 150 0 36 62 22 30 65 75
Binary 11010000 10010001 1101000 0 11110 110010 10010 11000 110101 111101

Color Harmonies of #D09168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09168

Black with #D09168

Text Example


Text Example

White with #D09168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09168; }

 p { color: rgb(208,145,104); }

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

background-color css

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

 a { background-color: rgb(208,145,104); }

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

border-color css

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

 span { border-color: rgb(208,145,104); }

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