Html Css Color HEX #D09455 Whiskey Sour

📋 copy color: '#D09455'

red 208 ◦ green 148 ◦ blue 85

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

Shades of Whiskey Sour #D09455

Tints of Whiskey Sour #D09455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 85 (33.59% from 255) = 19.27%

R = 47.17%
G = 33.56%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09455 (or 0xD09455) is known color: Whiskey Sour. HEX triplet: D0, 94 and 55. RGB value is (208,148,85). Sum of RGB (Red+Green+Blue) = 208+148+85=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D09455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09455 is #2F6BAA. Grayscale: #9F9F9F. Windows color (decimal): -3107755 or 5608656. OLE color: 5608656.

HSL color Cylindrical-coordinate representation of color #D09455: hue angle of 30.73º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D09455 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 85 -
CMYK 0 0.29 0.59 0.18
HSL 30.73º 0.57% 0.57% -
HSV(B) 30.73º 0.59% 0.82% -
XYZ 38.24 35.25 13.38 -
YUV 158.76 86.38 163.12 -
System Red Green Blue C M Y K H S L
Decimal 208 148 85 0 0.29 0.59 0.18 30.73 0.57 0.57
Hex D0 94 55 0 1D 3B 12 1F 39 39
Octal 320 224 125 0 35 73 22 37 71 71
Binary 11010000 10010100 1010101 0 11101 111011 10010 11111 111001 111001

Color Harmonies of #D09455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09455

Black with #D09455

Text Example


Text Example

White with #D09455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09455; }

 p { color: rgb(208,148,85); }

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

background-color css

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

 a { background-color: rgb(208,148,85); }

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

border-color css

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

 span { border-color: rgb(208,148,85); }

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