Html Css Color HEX #D28B5F Whiskey

📋 copy color: '#D28B5F'

red 210 ◦ green 139 ◦ blue 95

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

Shades of Whiskey #D28B5F

Tints of Whiskey #D28B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 47.3%
G = 31.31%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D28B5F (or 0xD28B5F) is known color: Whiskey. HEX triplet: D2, 8B and 5F. RGB value is (210,139,95). Sum of RGB (Red+Green+Blue) = 210+139+95=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B5F is #2D74A0. Grayscale: #9B9B9B. Windows color (decimal): -2978977 or 6261714. OLE color: 6261714.

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

Color convert

RGB 210 139 95 -
CMYK 0 0.34 0.55 0.18
HSL 22.96º 0.56% 0.6% -
HSV(B) 22.96º 0.55% 0.82% -
XYZ 37.88 32.99 15.2 -
YUV 155.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 210 139 95 0 0.34 0.55 0.18 22.96 0.56 0.6
Hex D2 8B 5F 0 22 37 12 17 38 3C
Octal 322 213 137 0 42 67 22 27 70 74
Binary 11010010 10001011 1011111 0 100010 110111 10010 10111 111000 111100

Color Harmonies of #D28B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28B5F

Black with #D28B5F

Text Example


Text Example

White with #D28B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28B5F; }

 p { color: rgb(210,139,95); }

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

background-color css

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

 a { background-color: rgb(210,139,95); }

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

border-color css

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

 span { border-color: rgb(210,139,95); }

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