Html Css Color HEX #D28554 Whiskey Sour

📋 copy color: '#D28554'

red 210 ◦ green 133 ◦ blue 84

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

Shades of Whiskey Sour #D28554

Tints of Whiskey Sour #D28554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 84 (33.2% from 255) = 19.67%

R = 49.18%
G = 31.15%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D28554 (or 0xD28554) is known color: Whiskey Sour. HEX triplet: D2, 85 and 54. RGB value is (210,133,84). Sum of RGB (Red+Green+Blue) = 210+133+84=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28554 is #2D7AAB. Grayscale: #969696. Windows color (decimal): -2980524 or 5539282. OLE color: 5539282.

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

Color convert

RGB 210 133 84 -
CMYK 0 0.37 0.6 0.18
HSL 23.33º 0.58% 0.58% -
HSV(B) 23.33º 0.6% 0.82% -
XYZ 36.57 31.12 12.47 -
YUV 150.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 210 133 84 0 0.37 0.6 0.18 23.33 0.58 0.58
Hex D2 85 54 0 25 3C 12 17 3A 3A
Octal 322 205 124 0 45 74 22 27 72 72
Binary 11010010 10000101 1010100 0 100101 111100 10010 10111 111010 111010

Color Harmonies of #D28554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28554

Black with #D28554

Text Example


Text Example

White with #D28554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28554; }

 p { color: rgb(210,133,84); }

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

background-color css

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

 a { background-color: rgb(210,133,84); }

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

border-color css

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

 span { border-color: rgb(210,133,84); }

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