Html Css Color HEX #D08F69 Whiskey

📋 copy color: '#D08F69'

red 208 ◦ green 143 ◦ blue 105

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

Shades of Whiskey #D08F69

Tints of Whiskey #D08F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.03%

R = 45.61%
G = 31.36%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08F69 (or 0xD08F69) is known color: Whiskey. HEX triplet: D0, 8F and 69. RGB value is (208,143,105). Sum of RGB (Red+Green+Blue) = 208+143+105=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08F69 is #2F7096. Grayscale: #9E9E9E. Windows color (decimal): -3109015 or 6918096. OLE color: 6918096.

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

Color convert

RGB 208 143 105 -
CMYK 0 0.31 0.50 0.18
HSL 22.14º 0.52% 0.61% -
HSV(B) 22.14º 0.5% 0.82% -
XYZ 38.38 34.07 17.92 -
YUV 158.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 208 143 105 0 0.31 0.50 0.18 22.14 0.52 0.61
Hex D0 8F 69 0 1F 32 12 16 34 3D
Octal 320 217 151 0 37 62 22 26 64 75
Binary 11010000 10001111 1101001 0 11111 110010 10010 10110 110100 111101

Color Harmonies of #D08F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F69

Black with #D08F69

Text Example


Text Example

White with #D08F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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