Html Css Color HEX #DC925D Whiskey Sour

📋 copy color: '#DC925D'

red 220 ◦ green 146 ◦ blue 93

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

Shades of Whiskey Sour #DC925D

Tints of Whiskey Sour #DC925D

RGB

 RED value IS 220 (86.33% from 255) = 47.93%

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 47.93%
G = 31.81%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC925D (or 0xDC925D) is known color: Whiskey Sour. HEX triplet: DC, 92 and 5D. RGB value is (220,146,93). Sum of RGB (Red+Green+Blue) = 220+146+93=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC925D is #236DA2. Grayscale: #A2A2A2. Windows color (decimal): -2321827 or 6132444. OLE color: 6132444.

HSL color Cylindrical-coordinate representation of color #DC925D: hue angle of 25.04º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC925D is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 146 93 -
CMYK 0 0.34 0.58 0.14
HSL 25.04º 0.64% 0.61% -
HSV(B) 25.04º 0.58% 0.86% -
XYZ 41.77 36.56 15.21 -
YUV 162.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 220 146 93 0 0.34 0.58 0.14 25.04 0.64 0.61
Hex DC 92 5D 0 22 3A E 19 40 3D
Octal 334 222 135 0 42 72 16 31 100 75
Binary 11011100 10010010 1011101 0 100010 111010 1110 11001 1000000 111101

Color Harmonies of #DC925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC925D

Black with #DC925D

Text Example


Text Example

White with #DC925D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC925D; }

 p { color: rgb(220,146,93); }

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

background-color css

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

 a { background-color: rgb(220,146,93); }

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

border-color css

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

 span { border-color: rgb(220,146,93); }

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