Html Css Color HEX #D28D61 Whiskey

📋 copy color: '#D28D61'

red 210 ◦ green 141 ◦ blue 97

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

Shades of Whiskey #D28D61

Tints of Whiskey #D28D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 97 (38.28% from 255) = 21.65%

R = 46.88%
G = 31.47%
B = 21.65%

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

#D28D61 (or 0xD28D61) is known color: Whiskey. HEX triplet: D2, 8D and 61. RGB value is (210,141,97). Sum of RGB (Red+Green+Blue) = 210+141+97=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28D61 is #2D729E. Grayscale: #9C9C9C. Windows color (decimal): -2978463 or 6393298. OLE color: 6393298.

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

Color convert

RGB 210 141 97 -
CMYK 0 0.33 0.54 0.18
HSL 23.36º 0.56% 0.6% -
HSV(B) 23.36º 0.54% 0.82% -
XYZ 38.26 33.61 15.78 -
YUV 156.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 210 141 97 0 0.33 0.54 0.18 23.36 0.56 0.6
Hex D2 8D 61 0 21 36 12 17 38 3C
Octal 322 215 141 0 41 66 22 27 70 74
Binary 11010010 10001101 1100001 0 100001 110110 10010 10111 111000 111100

Color Harmonies of #D28D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28D61

Black with #D28D61

Text Example


Text Example

White with #D28D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28D61; }

 p { color: rgb(210,141,97); }

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

background-color css

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

 a { background-color: rgb(210,141,97); }

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

border-color css

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

 span { border-color: rgb(210,141,97); }

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