Html Css Color HEX #DC925F Whiskey Sour

📋 copy color: '#DC925F'

red 220 ◦ green 146 ◦ blue 95

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

Shades of Whiskey Sour #DC925F

Tints of Whiskey Sour #DC925F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.61%

R = 47.72%
G = 31.67%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC925F (or 0xDC925F) is known color: Whiskey Sour. HEX triplet: DC, 92 and 5F. RGB value is (220,146,95). Sum of RGB (Red+Green+Blue) = 220+146+95=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC925F is #236DA0. Grayscale: #A2A2A2. Windows color (decimal): -2321825 or 6263516. OLE color: 6263516.

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

Color convert

RGB 220 146 95 -
CMYK 0 0.34 0.57 0.14
HSL 24.48º 0.64% 0.62% -
HSV(B) 24.48º 0.57% 0.86% -
XYZ 41.86 36.6 15.68 -
YUV 162.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 220 146 95 0 0.34 0.57 0.14 24.48 0.64 0.62
Hex DC 92 5F 0 22 39 E 18 40 3E
Octal 334 222 137 0 42 71 16 30 100 76
Binary 11011100 10010010 1011111 0 100010 111001 1110 11000 1000000 111110

Color Harmonies of #DC925F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC925F

Black with #DC925F

Text Example


Text Example

White with #DC925F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC925F; }

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

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

background-color css

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

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

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

border-color css

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

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

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