Html Css Color HEX #DF905B Whiskey Sour

📋 copy color: '#DF905B'

red 223 ◦ green 144 ◦ blue 91

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

Shades of Whiskey Sour #DF905B

Tints of Whiskey Sour #DF905B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 48.69%
G = 31.44%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF905B (or 0xDF905B) is known color: Whiskey Sour. HEX triplet: DF, 90 and 5B. RGB value is (223,144,91). Sum of RGB (Red+Green+Blue) = 223+144+91=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF905B is #206FA4. Grayscale: #A1A1A1. Windows color (decimal): -2125733 or 6000863. OLE color: 6000863.

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

Color convert

RGB 223 144 91 -
CMYK 0 0.35 0.59 0.13
HSL 24.09º 0.67% 0.62% -
HSV(B) 24.09º 0.59% 0.87% -
XYZ 42.29 36.39 14.69 -
YUV 161.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 223 144 91 0 0.35 0.59 0.13 24.09 0.67 0.62
Hex DF 90 5B 0 23 3B D 18 43 3E
Octal 337 220 133 0 43 73 15 30 103 76
Binary 11011111 10010000 1011011 0 100011 111011 1101 11000 1000011 111110

Color Harmonies of #DF905B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF905B

Black with #DF905B

Text Example


Text Example

White with #DF905B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF905B; }

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

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

background-color css

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

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

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

border-color css

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

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

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