Html Css Color HEX #D28F62 Whiskey

📋 copy color: '#D28F62'

red 210 ◦ green 143 ◦ blue 98

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

Shades of Whiskey #D28F62

Tints of Whiskey #D28F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.71%

 BLUE value IS 98 (38.67% from 255) = 21.73%

R = 46.56%
G = 31.71%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D28F62 (or 0xD28F62) is known color: Whiskey. HEX triplet: D2, 8F and 62. RGB value is (210,143,98). Sum of RGB (Red+Green+Blue) = 210+143+98=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F62 is #2D709D. Grayscale: #9E9E9E. Windows color (decimal): -2977950 or 6459346. OLE color: 6459346.

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

Color convert

RGB 210 143 98 -
CMYK 0 0.32 0.53 0.18
HSL 24.11º 0.55% 0.6% -
HSV(B) 24.11º 0.53% 0.82% -
XYZ 38.61 34.23 16.13 -
YUV 157.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 210 143 98 0 0.32 0.53 0.18 24.11 0.55 0.6
Hex D2 8F 62 0 20 35 12 18 37 3C
Octal 322 217 142 0 40 65 22 30 67 74
Binary 11010010 10001111 1100010 0 100000 110101 10010 11000 110111 111100

Color Harmonies of #D28F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F62

Black with #D28F62

Text Example


Text Example

White with #D28F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F62; }

 p { color: rgb(210,143,98); }

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

background-color css

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

 a { background-color: rgb(210,143,98); }

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

border-color css

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

 span { border-color: rgb(210,143,98); }

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