Html Css Color HEX #D29B5B Whiskey Sour

📋 copy color: '#D29B5B'

red 210 ◦ green 155 ◦ blue 91

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

Shades of Whiskey Sour #D29B5B

Tints of Whiskey Sour #D29B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.99%

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 46.05%
G = 33.99%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D29B5B (or 0xD29B5B) is known color: Whiskey Sour. HEX triplet: D2, 9B and 5B. RGB value is (210,155,91). Sum of RGB (Red+Green+Blue) = 210+155+91=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29B5B is #2D64A4. Grayscale: #A4A4A4. Windows color (decimal): -2974885 or 6003666. OLE color: 6003666.

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

Color convert

RGB 210 155 91 -
CMYK 0 0.26 0.57 0.18
HSL 32.27º 0.57% 0.59% -
HSV(B) 32.27º 0.57% 0.82% -
XYZ 40.19 37.9 15.09 -
YUV 164.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 210 155 91 0 0.26 0.57 0.18 32.27 0.57 0.59
Hex D2 9B 5B 0 1A 39 12 20 39 3B
Octal 322 233 133 0 32 71 22 40 71 73
Binary 11010010 10011011 1011011 0 11010 111001 10010 100000 111001 111011

Color Harmonies of #D29B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29B5B

Black with #D29B5B

Text Example


Text Example

White with #D29B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29B5B; }

 p { color: rgb(210,155,91); }

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

background-color css

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

 a { background-color: rgb(210,155,91); }

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

border-color css

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

 span { border-color: rgb(210,155,91); }

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