Html Css Color HEX #D28952 Whiskey Sour

📋 copy color: '#D28952'

red 210 ◦ green 137 ◦ blue 82

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

Shades of Whiskey Sour #D28952

Tints of Whiskey Sour #D28952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

 BLUE value IS 82 (32.42% from 255) = 19.11%

R = 48.95%
G = 31.93%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D28952 (or 0xD28952) is known color: Whiskey Sour. HEX triplet: D2, 89 and 52. RGB value is (210,137,82). Sum of RGB (Red+Green+Blue) = 210+137+82=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 82 (32.42% from 255 or 19.11% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D28952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28952 is #2D76AD. Grayscale: #989898. Windows color (decimal): -2979502 or 5409234. OLE color: 5409234.

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

Color convert

RGB 210 137 82 -
CMYK 0 0.35 0.61 0.18
HSL 25.78º 0.59% 0.57% -
HSV(B) 25.78º 0.61% 0.82% -
XYZ 37.05 32.2 12.25 -
YUV 152.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 210 137 82 0 0.35 0.61 0.18 25.78 0.59 0.57
Hex D2 89 52 0 23 3D 12 1A 3B 39
Octal 322 211 122 0 43 75 22 32 73 71
Binary 11010010 10001001 1010010 0 100011 111101 10010 11010 111011 111001

Color Harmonies of #D28952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28952

Black with #D28952

Text Example


Text Example

White with #D28952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28952; }

 p { color: rgb(210,137,82); }

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

background-color css

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

 a { background-color: rgb(210,137,82); }

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

border-color css

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

 span { border-color: rgb(210,137,82); }

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