Html Css Color HEX #DF9052 Whiskey Sour

📋 copy color: '#DF9052'

red 223 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #DF9052

Tints of Whiskey Sour #DF9052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 49.67%
G = 32.07%
B = 18.26%

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

#DF9052 (or 0xDF9052) is known color: Whiskey Sour. HEX triplet: DF, 90 and 52. RGB value is (223,144,82). Sum of RGB (Red+Green+Blue) = 223+144+82=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9052 is #206FAD. Grayscale: #A0A0A0. Windows color (decimal): -2125742 or 5411039. OLE color: 5411039.

HSL color Cylindrical-coordinate representation of color #DF9052: hue angle of 26.38º 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 #DF9052 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 144 82 -
CMYK 0 0.35 0.63 0.13
HSL 26.38º 0.69% 0.6% -
HSV(B) 26.38º 0.63% 0.87% -
XYZ 41.93 36.24 12.77 -
YUV 160.55 83.67 172.54 -
System Red Green Blue C M Y K H S L
Decimal 223 144 82 0 0.35 0.63 0.13 26.38 0.69 0.6
Hex DF 90 52 0 23 3F D 1A 45 3C
Octal 337 220 122 0 43 77 15 32 105 74
Binary 11011111 10010000 1010010 0 100011 111111 1101 11010 1000101 111100

Color Harmonies of #DF9052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9052

Black with #DF9052

Text Example


Text Example

White with #DF9052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9052; }

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

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

background-color css

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

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

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

border-color css

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

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

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