Html Css Color HEX #D28960 Whiskey

📋 copy color: '#D28960'

red 210 ◦ green 137 ◦ blue 96

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

Shades of Whiskey #D28960

Tints of Whiskey #D28960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.93%

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

R = 47.4%
G = 30.93%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28960 (or 0xD28960) is known color: Whiskey. HEX triplet: D2, 89 and 60. RGB value is (210,137,96). Sum of RGB (Red+Green+Blue) = 210+137+96=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D28960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28960 is #2D769F. Grayscale: #9A9A9A. Windows color (decimal): -2979488 or 6326738. OLE color: 6326738.

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

Color convert

RGB 210 137 96 -
CMYK 0 0.35 0.54 0.18
HSL 21.58º 0.56% 0.6% -
HSV(B) 21.58º 0.54% 0.82% -
XYZ 37.64 32.44 15.34 -
YUV 154.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 210 137 96 0 0.35 0.54 0.18 21.58 0.56 0.6
Hex D2 89 60 0 23 36 12 16 38 3C
Octal 322 211 140 0 43 66 22 26 70 74
Binary 11010010 10001001 1100000 0 100011 110110 10010 10110 111000 111100

Color Harmonies of #D28960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28960

Black with #D28960

Text Example


Text Example

White with #D28960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28960; }

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

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

background-color css

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

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

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

border-color css

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

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

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