Html Css Color HEX #DF9869 Whiskey

📋 copy color: '#DF9869'

red 223 ◦ green 152 ◦ blue 105

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

Shades of Whiskey #DF9869

Tints of Whiskey #DF9869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.67%

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 46.46%
G = 31.67%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF9869 (or 0xDF9869) is known color: Whiskey. HEX triplet: DF, 98 and 69. RGB value is (223,152,105). Sum of RGB (Red+Green+Blue) = 223+152+105=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 152 (59.77% from 255 or 31.67% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9869 is #206796. Grayscale: #A8A8A8. Windows color (decimal): -2123671 or 6920415. OLE color: 6920415.

HSL color Cylindrical-coordinate representation of color #DF9869: hue angle of 23.9º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF9869 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 105 -
CMYK 0 0.32 0.53 0.13
HSL 23.9º 0.65% 0.64% -
HSV(B) 23.9º 0.53% 0.87% -
XYZ 44.21 39.16 18.59 -
YUV 167.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 223 152 105 0 0.32 0.53 0.13 23.9 0.65 0.64
Hex DF 98 69 0 20 35 D 18 41 40
Octal 337 230 151 0 40 65 15 30 101 100
Binary 11011111 10011000 1101001 0 100000 110101 1101 11000 1000001 1000000

Color Harmonies of #DF9869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9869

Black with #DF9869

Text Example


Text Example

White with #DF9869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9869; }

 p { color: rgb(223,152,105); }

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

background-color css

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

 a { background-color: rgb(223,152,105); }

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

border-color css

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

 span { border-color: rgb(223,152,105); }

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