Html Css Color HEX #D08F66 Whiskey

📋 copy color: '#D08F66'

red 208 ◦ green 143 ◦ blue 102

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

Shades of Whiskey #D08F66

Tints of Whiskey #D08F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.52%

R = 45.92%
G = 31.57%
B = 22.52%

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

#D08F66 (or 0xD08F66) is known color: Whiskey. HEX triplet: D0, 8F and 66. RGB value is (208,143,102). Sum of RGB (Red+Green+Blue) = 208+143+102=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F66 is #2F7099. Grayscale: #9D9D9D. Windows color (decimal): -3109018 or 6721488. OLE color: 6721488.

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

Color convert

RGB 208 143 102 -
CMYK 0 0.31 0.51 0.18
HSL 23.21º 0.53% 0.61% -
HSV(B) 23.21º 0.51% 0.82% -
XYZ 38.23 34.01 17.12 -
YUV 157.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 208 143 102 0 0.31 0.51 0.18 23.21 0.53 0.61
Hex D0 8F 66 0 1F 33 12 17 35 3D
Octal 320 217 146 0 37 63 22 27 65 75
Binary 11010000 10001111 1100110 0 11111 110011 10010 10111 110101 111101

Color Harmonies of #D08F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F66

Black with #D08F66

Text Example


Text Example

White with #D08F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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