Html Css Color HEX #D29A57 Whiskey Sour

📋 copy color: '#D29A57'

red 210 ◦ green 154 ◦ blue 87

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

Shades of Whiskey Sour #D29A57

Tints of Whiskey Sour #D29A57

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.15%

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 46.56%
G = 34.15%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D29A57 (or 0xD29A57) is known color: Whiskey Sour. HEX triplet: D2, 9A and 57. RGB value is (210,154,87). Sum of RGB (Red+Green+Blue) = 210+154+87=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A57 is #2D65A8. Grayscale: #A3A3A3. Windows color (decimal): -2975145 or 5741266. OLE color: 5741266.

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

Color convert

RGB 210 154 87 -
CMYK 0 0.27 0.59 0.18
HSL 32.68º 0.58% 0.58% -
HSV(B) 32.68º 0.59% 0.82% -
XYZ 39.85 37.5 14.15 -
YUV 163.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 210 154 87 0 0.27 0.59 0.18 32.68 0.58 0.58
Hex D2 9A 57 0 1B 3B 12 21 3A 3A
Octal 322 232 127 0 33 73 22 41 72 72
Binary 11010010 10011010 1010111 0 11011 111011 10010 100001 111010 111010

Color Harmonies of #D29A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A57

Black with #D29A57

Text Example


Text Example

White with #D29A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A57; }

 p { color: rgb(210,154,87); }

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

background-color css

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

 a { background-color: rgb(210,154,87); }

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

border-color css

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

 span { border-color: rgb(210,154,87); }

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