Html Css Color HEX #D28E60 Whiskey

📋 copy color: '#D28E60'

red 210 ◦ green 142 ◦ blue 96

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

Shades of Whiskey #D28E60

Tints of Whiskey #D28E60

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 96 (37.89% from 255) = 21.43%

R = 46.88%
G = 31.7%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28E60 (or 0xD28E60) is known color: Whiskey. HEX triplet: D2, 8E and 60. RGB value is (210,142,96). Sum of RGB (Red+Green+Blue) = 210+142+96=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28E60 is #2D719F. Grayscale: #9D9D9D. Windows color (decimal): -2978208 or 6328018. OLE color: 6328018.

HSL color Cylindrical-coordinate representation of color #D28E60: hue angle of 24.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28E60 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 142 96 -
CMYK 0 0.32 0.54 0.18
HSL 24.21º 0.56% 0.6% -
HSV(B) 24.21º 0.54% 0.82% -
XYZ 38.36 33.89 15.59 -
YUV 157.09 93.53 165.74 -
System Red Green Blue C M Y K H S L
Decimal 210 142 96 0 0.32 0.54 0.18 24.21 0.56 0.6
Hex D2 8E 60 0 20 36 12 18 38 3C
Octal 322 216 140 0 40 66 22 30 70 74
Binary 11010010 10001110 1100000 0 100000 110110 10010 11000 111000 111100

Color Harmonies of #D28E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28E60

Black with #D28E60

Text Example


Text Example

White with #D28E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28E60; }

 p { color: rgb(210,142,96); }

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

background-color css

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

 a { background-color: rgb(210,142,96); }

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

border-color css

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

 span { border-color: rgb(210,142,96); }

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