Html Css Color HEX #D09968 Whiskey

📋 copy color: '#D09968'

red 208 ◦ green 153 ◦ blue 104

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

Shades of Whiskey #D09968

Tints of Whiskey #D09968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.9%

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

R = 44.73%
G = 32.9%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D09968 (or 0xD09968) is known color: Whiskey. HEX triplet: D0, 99 and 68. RGB value is (208,153,104). Sum of RGB (Red+Green+Blue) = 208+153+104=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09968 is #2F6697. Grayscale: #A4A4A4. Windows color (decimal): -3106456 or 6855120. OLE color: 6855120.

HSL color Cylindrical-coordinate representation of color #D09968: hue angle of 28.27º 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 #D09968 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 153 104 -
CMYK 0 0.26 0.5 0.18
HSL 28.27º 0.53% 0.61% -
HSV(B) 28.27º 0.5% 0.82% -
XYZ 39.9 37.19 18.17 -
YUV 163.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 208 153 104 0 0.26 0.5 0.18 28.27 0.53 0.61
Hex D0 99 68 0 1A 32 12 1C 35 3D
Octal 320 231 150 0 32 62 22 34 65 75
Binary 11010000 10011001 1101000 0 11010 110010 10010 11100 110101 111101

Color Harmonies of #D09968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09968

Black with #D09968

Text Example


Text Example

White with #D09968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09968; }

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

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

background-color css

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

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

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

border-color css

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

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

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