Html Css Color HEX #DE925C Whiskey Sour

📋 copy color: '#DE925C'

red 222 ◦ green 146 ◦ blue 92

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

Shades of Whiskey Sour #DE925C

Tints of Whiskey Sour #DE925C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

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

R = 48.26%
G = 31.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DE925C (or 0xDE925C) is known color: Whiskey Sour. HEX triplet: DE, 92 and 5C. RGB value is (222,146,92). Sum of RGB (Red+Green+Blue) = 222+146+92=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE925C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE925C is #216DA3. Grayscale: #A2A2A2. Windows color (decimal): -2190756 or 6066910. OLE color: 6066910.

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

Color convert

RGB 222 146 92 -
CMYK 0 0.34 0.59 0.13
HSL 24.92º 0.66% 0.62% -
HSV(B) 24.92º 0.59% 0.87% -
XYZ 42.33 36.86 15.01 -
YUV 162.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 222 146 92 0 0.34 0.59 0.13 24.92 0.66 0.62
Hex DE 92 5C 0 22 3B D 19 42 3E
Octal 336 222 134 0 42 73 15 31 102 76
Binary 11011110 10010010 1011100 0 100010 111011 1101 11001 1000010 111110

Color Harmonies of #DE925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE925C

Black with #DE925C

Text Example


Text Example

White with #DE925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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