Html Css Color HEX #D08F65 Whiskey

📋 copy color: '#D08F65'

red 208 ◦ green 143 ◦ blue 101

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

Shades of Whiskey #D08F65

Tints of Whiskey #D08F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.64%

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

R = 46.02%
G = 31.64%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D08F65 (or 0xD08F65) is known color: Whiskey. HEX triplet: D0, 8F and 65. RGB value is (208,143,101). Sum of RGB (Red+Green+Blue) = 208+143+101=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F65 is #2F709A. Grayscale: #9D9D9D. Windows color (decimal): -3109019 or 6655952. OLE color: 6655952.

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

Color convert

RGB 208 143 101 -
CMYK 0 0.31 0.51 0.18
HSL 23.55º 0.53% 0.61% -
HSV(B) 23.55º 0.51% 0.82% -
XYZ 38.18 33.99 16.86 -
YUV 157.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 208 143 101 0 0.31 0.51 0.18 23.55 0.53 0.61
Hex D0 8F 65 0 1F 33 12 18 35 3D
Octal 320 217 145 0 37 63 22 30 65 75
Binary 11010000 10001111 1100101 0 11111 110011 10010 11000 110101 111101

Color Harmonies of #D08F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F65

Black with #D08F65

Text Example


Text Example

White with #D08F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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