Html Css Color HEX #DE915C Whiskey Sour

📋 copy color: '#DE915C'

red 222 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #DE915C

Tints of Whiskey Sour #DE915C

RGB

 RED value IS 222 (87.11% from 255) = 48.37%

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 48.37%
G = 31.59%
B = 20.04%

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

#DE915C (or 0xDE915C) is known color: Whiskey Sour. HEX triplet: DE, 91 and 5C. RGB value is (222,145,92). Sum of RGB (Red+Green+Blue) = 222+145+92=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE915C is #216EA3. Grayscale: #A2A2A2. Windows color (decimal): -2191012 or 6066654. OLE color: 6066654.

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

Color convert

RGB 222 145 92 -
CMYK 0 0.35 0.59 0.13
HSL 24.46º 0.66% 0.62% -
HSV(B) 24.46º 0.59% 0.87% -
XYZ 42.18 36.55 14.96 -
YUV 161.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 222 145 92 0 0.35 0.59 0.13 24.46 0.66 0.62
Hex DE 91 5C 0 23 3B D 18 42 3E
Octal 336 221 134 0 43 73 15 30 102 76
Binary 11011110 10010001 1011100 0 100011 111011 1101 11000 1000010 111110

Color Harmonies of #DE915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE915C

Black with #DE915C

Text Example


Text Example

White with #DE915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE915C; }

 p { color: rgb(222,145,92); }

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

background-color css

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

 a { background-color: rgb(222,145,92); }

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

border-color css

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

 span { border-color: rgb(222,145,92); }

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