Html Css Color HEX #DF9152 Whiskey Sour

📋 copy color: '#DF9152'

red 223 ◦ green 145 ◦ blue 82

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

Shades of Whiskey Sour #DF9152

Tints of Whiskey Sour #DF9152

RGB

 RED value IS 223 (87.5% from 255) = 49.56%

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 49.56%
G = 32.22%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF9152 (or 0xDF9152) is known color: Whiskey Sour. HEX triplet: DF, 91 and 52. RGB value is (223,145,82). Sum of RGB (Red+Green+Blue) = 223+145+82=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9152 is #206EAD. Grayscale: #A1A1A1. Windows color (decimal): -2125486 or 5411295. OLE color: 5411295.

HSL color Cylindrical-coordinate representation of color #DF9152: hue angle of 26.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF9152 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 82 -
CMYK 0 0.35 0.63 0.13
HSL 26.81º 0.69% 0.6% -
HSV(B) 26.81º 0.63% 0.87% -
XYZ 42.08 36.55 12.82 -
YUV 161.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 223 145 82 0 0.35 0.63 0.13 26.81 0.69 0.6
Hex DF 91 52 0 23 3F D 1B 45 3C
Octal 337 221 122 0 43 77 15 33 105 74
Binary 11011111 10010001 1010010 0 100011 111111 1101 11011 1000101 111100

Color Harmonies of #DF9152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9152

Black with #DF9152

Text Example


Text Example

White with #DF9152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9152; }

 p { color: rgb(223,145,82); }

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

background-color css

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

 a { background-color: rgb(223,145,82); }

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

border-color css

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

 span { border-color: rgb(223,145,82); }

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