Html Css Color HEX #D28C62 Whiskey

📋 copy color: '#D28C62'

red 210 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #D28C62

Tints of Whiskey #D28C62

RGB

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

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

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

R = 46.88%
G = 31.25%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D28C62 (or 0xD28C62) is known color: Whiskey. HEX triplet: D2, 8C and 62. RGB value is (210,140,98). Sum of RGB (Red+Green+Blue) = 210+140+98=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C62 is #2D739D. Grayscale: #9C9C9C. Windows color (decimal): -2978718 or 6458578. OLE color: 6458578.

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

Color convert

RGB 210 140 98 -
CMYK 0 0.33 0.53 0.18
HSL 22.5º 0.55% 0.6% -
HSV(B) 22.5º 0.53% 0.82% -
XYZ 38.16 33.34 15.98 -
YUV 156.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 210 140 98 0 0.33 0.53 0.18 22.5 0.55 0.6
Hex D2 8C 62 0 21 35 12 16 37 3C
Octal 322 214 142 0 41 65 22 26 67 74
Binary 11010010 10001100 1100010 0 100001 110101 10010 10110 110111 111100

Color Harmonies of #D28C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C62

Black with #D28C62

Text Example


Text Example

White with #D28C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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