Html Css Color HEX #D28A61 Whiskey

📋 copy color: '#D28A61'

red 210 ◦ green 138 ◦ blue 97

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

Shades of Whiskey #D28A61

Tints of Whiskey #D28A61

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

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

R = 47.19%
G = 31.01%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28A61 (or 0xD28A61) is known color: Whiskey. HEX triplet: D2, 8A and 61. RGB value is (210,138,97). Sum of RGB (Red+Green+Blue) = 210+138+97=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A61 is #2D759E. Grayscale: #9B9B9B. Windows color (decimal): -2979231 or 6392530. OLE color: 6392530.

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

Color convert

RGB 210 138 97 -
CMYK 0 0.34 0.54 0.18
HSL 21.77º 0.56% 0.6% -
HSV(B) 21.77º 0.54% 0.82% -
XYZ 37.82 32.74 15.64 -
YUV 154.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 210 138 97 0 0.34 0.54 0.18 21.77 0.56 0.6
Hex D2 8A 61 0 22 36 12 16 38 3C
Octal 322 212 141 0 42 66 22 26 70 74
Binary 11010010 10001010 1100001 0 100010 110110 10010 10110 111000 111100

Color Harmonies of #D28A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28A61

Black with #D28A61

Text Example


Text Example

White with #D28A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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