Html Css Color HEX #D29A60 Whiskey Sour

📋 copy color: '#D29A60'

red 210 ◦ green 154 ◦ blue 96

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

Shades of Whiskey Sour #D29A60

Tints of Whiskey Sour #D29A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 45.65%
G = 33.48%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D29A60 (or 0xD29A60) is known color: Whiskey Sour. HEX triplet: D2, 9A and 60. RGB value is (210,154,96). Sum of RGB (Red+Green+Blue) = 210+154+96=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29A60 is #2D659F. Grayscale: #A4A4A4. Windows color (decimal): -2975136 or 6331090. OLE color: 6331090.

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

Color convert

RGB 210 154 96 -
CMYK 0 0.27 0.54 0.18
HSL 30.53º 0.56% 0.6% -
HSV(B) 30.53º 0.54% 0.82% -
XYZ 40.25 37.66 16.21 -
YUV 164.13 89.55 160.72 -
System Red Green Blue C M Y K H S L
Decimal 210 154 96 0 0.27 0.54 0.18 30.53 0.56 0.6
Hex D2 9A 60 0 1B 36 12 1F 38 3C
Octal 322 232 140 0 33 66 22 37 70 74
Binary 11010010 10011010 1100000 0 11011 110110 10010 11111 111000 111100

Color Harmonies of #D29A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A60

Black with #D29A60

Text Example


Text Example

White with #D29A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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