Html Css Color HEX #D08B65 Whiskey

📋 copy color: '#D08B65'

red 208 ◦ green 139 ◦ blue 101

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

Shades of Whiskey #D08B65

Tints of Whiskey #D08B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 101 (39.84% from 255) = 22.54%

R = 46.43%
G = 31.03%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08B65 (or 0xD08B65) is known color: Whiskey. HEX triplet: D0, 8B and 65. RGB value is (208,139,101). Sum of RGB (Red+Green+Blue) = 208+139+101=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08B65 is #2F749A. Grayscale: #9B9B9B. Windows color (decimal): -3110043 or 6654928. OLE color: 6654928.

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

Color convert

RGB 208 139 101 -
CMYK 0 0.33 0.51 0.18
HSL 21.31º 0.53% 0.61% -
HSV(B) 21.31º 0.51% 0.82% -
XYZ 37.59 32.81 16.66 -
YUV 155.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 208 139 101 0 0.33 0.51 0.18 21.31 0.53 0.61
Hex D0 8B 65 0 21 33 12 15 35 3D
Octal 320 213 145 0 41 63 22 25 65 75
Binary 11010000 10001011 1100101 0 100001 110011 10010 10101 110101 111101

Color Harmonies of #D08B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08B65

Black with #D08B65

Text Example


Text Example

White with #D08B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08B65; }

 p { color: rgb(208,139,101); }

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

background-color css

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

 a { background-color: rgb(208,139,101); }

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

border-color css

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

 span { border-color: rgb(208,139,101); }

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