Html Css Color HEX #D28752 Whiskey Sour

📋 copy color: '#D28752'

red 210 ◦ green 135 ◦ blue 82

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

Shades of Whiskey Sour #D28752

Tints of Whiskey Sour #D28752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.62%

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

R = 49.18%
G = 31.62%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D28752 (or 0xD28752) is known color: Whiskey Sour. HEX triplet: D2, 87 and 52. RGB value is (210,135,82). Sum of RGB (Red+Green+Blue) = 210+135+82=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28752 is #2D78AD. Grayscale: #979797. Windows color (decimal): -2980014 or 5408722. OLE color: 5408722.

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

Color convert

RGB 210 135 82 -
CMYK 0 0.36 0.61 0.18
HSL 24.84º 0.59% 0.57% -
HSV(B) 24.84º 0.61% 0.82% -
XYZ 36.77 31.64 12.15 -
YUV 151.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 210 135 82 0 0.36 0.61 0.18 24.84 0.59 0.57
Hex D2 87 52 0 24 3D 12 19 3B 39
Octal 322 207 122 0 44 75 22 31 73 71
Binary 11010010 10000111 1010010 0 100100 111101 10010 11001 111011 111001

Color Harmonies of #D28752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28752

Black with #D28752

Text Example


Text Example

White with #D28752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28752; }

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

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

background-color css

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

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

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

border-color css

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

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

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