Html Css Color HEX #D29661 Whiskey Sour

📋 copy color: '#D29661'

red 210 ◦ green 150 ◦ blue 97

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

Shades of Whiskey Sour #D29661

Tints of Whiskey Sour #D29661

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.82%

 BLUE value IS 97 (38.28% from 255) = 21.23%

R = 45.95%
G = 32.82%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D29661 (or 0xD29661) is known color: Whiskey Sour. HEX triplet: D2, 96 and 61. RGB value is (210,150,97). Sum of RGB (Red+Green+Blue) = 210+150+97=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29661 is #2D699E. Grayscale: #A2A2A2. Windows color (decimal): -2976159 or 6395602. OLE color: 6395602.

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

Color convert

RGB 210 150 97 -
CMYK 0 0.29 0.54 0.18
HSL 28.14º 0.56% 0.6% -
HSV(B) 28.14º 0.54% 0.82% -
XYZ 39.64 36.38 16.24 -
YUV 161.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 210 150 97 0 0.29 0.54 0.18 28.14 0.56 0.6
Hex D2 96 61 0 1D 36 12 1C 38 3C
Octal 322 226 141 0 35 66 22 34 70 74
Binary 11010010 10010110 1100001 0 11101 110110 10010 11100 111000 111100

Color Harmonies of #D29661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29661

Black with #D29661

Text Example


Text Example

White with #D29661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29661; }

 p { color: rgb(210,150,97); }

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

background-color css

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

 a { background-color: rgb(210,150,97); }

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

border-color css

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

 span { border-color: rgb(210,150,97); }

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