Html Css Color HEX #D28C64 Whiskey

📋 copy color: '#D28C64'

red 210 ◦ green 140 ◦ blue 100

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

Shades of Whiskey #D28C64

Tints of Whiskey #D28C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 46.67%
G = 31.11%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D28C64 (or 0xD28C64) is known color: Whiskey. HEX triplet: D2, 8C and 64. RGB value is (210,140,100). Sum of RGB (Red+Green+Blue) = 210+140+100=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C64 is #2D739B. Grayscale: #9C9C9C. Windows color (decimal): -2978716 or 6589650. OLE color: 6589650.

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

Color convert

RGB 210 140 100 -
CMYK 0 0.33 0.52 0.18
HSL 21.82º 0.55% 0.61% -
HSV(B) 21.82º 0.52% 0.82% -
XYZ 38.26 33.38 16.48 -
YUV 156.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 210 140 100 0 0.33 0.52 0.18 21.82 0.55 0.61
Hex D2 8C 64 0 21 34 12 16 37 3D
Octal 322 214 144 0 41 64 22 26 67 75
Binary 11010010 10001100 1100100 0 100001 110100 10010 10110 110111 111101

Color Harmonies of #D28C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C64

Black with #D28C64

Text Example


Text Example

White with #D28C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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