Html Css Color HEX #D08C4F Whiskey Sour

📋 copy color: '#D08C4F'

red 208 ◦ green 140 ◦ blue 79

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

Shades of Whiskey Sour #D08C4F

Tints of Whiskey Sour #D08C4F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 79 (31.25% from 255) = 18.5%

R = 48.71%
G = 32.79%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D08C4F (or 0xD08C4F) is known color: Whiskey Sour. HEX triplet: D0, 8C and 4F. RGB value is (208,140,79). Sum of RGB (Red+Green+Blue) = 208+140+79=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C4F is #2F73B0. Grayscale: #999999. Windows color (decimal): -3109809 or 5213392. OLE color: 5213392.

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

Color convert

RGB 208 140 79 -
CMYK 0 0.33 0.62 0.18
HSL 28.37º 0.58% 0.56% -
HSV(B) 28.37º 0.62% 0.82% -
XYZ 36.8 32.73 11.78 -
YUV 153.38 86.03 166.96 -
System Red Green Blue C M Y K H S L
Decimal 208 140 79 0 0.33 0.62 0.18 28.37 0.58 0.56
Hex D0 8C 4F 0 21 3E 12 1C 3A 38
Octal 320 214 117 0 41 76 22 34 72 70
Binary 11010000 10001100 1001111 0 100001 111110 10010 11100 111010 111000

Color Harmonies of #D08C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C4F

Black with #D08C4F

Text Example


Text Example

White with #D08C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C4F; }

 p { color: rgb(208,140,79); }

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

background-color css

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

 a { background-color: rgb(208,140,79); }

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

border-color css

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

 span { border-color: rgb(208,140,79); }

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