Html Css Color HEX #D29752 Whiskey Sour

📋 copy color: '#D29752'

red 210 ◦ green 151 ◦ blue 82

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

Shades of Whiskey Sour #D29752

Tints of Whiskey Sour #D29752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.09%

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

R = 47.4%
G = 34.09%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D29752 (or 0xD29752) is known color: Whiskey Sour. HEX triplet: D2, 97 and 52. RGB value is (210,151,82). Sum of RGB (Red+Green+Blue) = 210+151+82=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29752 is #2D68AD. Grayscale: #A1A1A1. Windows color (decimal): -2975918 or 5412818. OLE color: 5412818.

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

Color convert

RGB 210 151 82 -
CMYK 0 0.28 0.61 0.18
HSL 32.34º 0.59% 0.57% -
HSV(B) 32.34º 0.61% 0.82% -
XYZ 39.17 36.44 12.95 -
YUV 160.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 210 151 82 0 0.28 0.61 0.18 32.34 0.59 0.57
Hex D2 97 52 0 1C 3D 12 20 3B 39
Octal 322 227 122 0 34 75 22 40 73 71
Binary 11010010 10010111 1010010 0 11100 111101 10010 100000 111011 111001

Color Harmonies of #D29752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29752

Black with #D29752

Text Example


Text Example

White with #D29752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29752; }

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

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

background-color css

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

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

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

border-color css

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

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

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