Html Css Color HEX #D28C60 Whiskey

📋 copy color: '#D28C60'

red 210 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #D28C60

Tints of Whiskey #D28C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 47.09%
G = 31.39%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28C60 (or 0xD28C60) is known color: Whiskey. HEX triplet: D2, 8C and 60. RGB value is (210,140,96). Sum of RGB (Red+Green+Blue) = 210+140+96=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C60 is #2D739F. Grayscale: #9C9C9C. Windows color (decimal): -2978720 or 6327506. OLE color: 6327506.

HSL color Cylindrical-coordinate representation of color #D28C60: hue angle of 23.16º 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 #D28C60 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 96 -
CMYK 0 0.33 0.54 0.18
HSL 23.16º 0.56% 0.6% -
HSV(B) 23.16º 0.54% 0.82% -
XYZ 38.07 33.3 15.49 -
YUV 155.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 210 140 96 0 0.33 0.54 0.18 23.16 0.56 0.6
Hex D2 8C 60 0 21 36 12 17 38 3C
Octal 322 214 140 0 41 66 22 27 70 74
Binary 11010010 10001100 1100000 0 100001 110110 10010 10111 111000 111100

Color Harmonies of #D28C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C60

Black with #D28C60

Text Example


Text Example

White with #D28C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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