Html Css Color HEX #DE935B Whiskey Sour

📋 copy color: '#DE935B'

red 222 ◦ green 147 ◦ blue 91

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

Shades of Whiskey Sour #DE935B

Tints of Whiskey Sour #DE935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.96%

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

R = 48.26%
G = 31.96%
B = 19.78%

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

#DE935B (or 0xDE935B) is known color: Whiskey Sour. HEX triplet: DE, 93 and 5B. RGB value is (222,147,91). Sum of RGB (Red+Green+Blue) = 222+147+91=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE935B is #216CA4. Grayscale: #A3A3A3. Windows color (decimal): -2190501 or 6001630. OLE color: 6001630.

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

Color convert

RGB 222 147 91 -
CMYK 0 0.34 0.59 0.13
HSL 25.65º 0.66% 0.61% -
HSV(B) 25.65º 0.59% 0.87% -
XYZ 42.45 37.15 14.83 -
YUV 163.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 222 147 91 0 0.34 0.59 0.13 25.65 0.66 0.61
Hex DE 93 5B 0 22 3B D 1A 42 3D
Octal 336 223 133 0 42 73 15 32 102 75
Binary 11011110 10010011 1011011 0 100010 111011 1101 11010 1000010 111101

Color Harmonies of #DE935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE935B

Black with #DE935B

Text Example


Text Example

White with #DE935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE935B; }

 p { color: rgb(222,147,91); }

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

background-color css

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

 a { background-color: rgb(222,147,91); }

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

border-color css

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

 span { border-color: rgb(222,147,91); }

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