Html Css Color HEX #D29158 Whiskey Sour

📋 copy color: '#D29158'

red 210 ◦ green 145 ◦ blue 88

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

Shades of Whiskey Sour #D29158

Tints of Whiskey Sour #D29158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.73%

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 47.4%
G = 32.73%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D29158 (or 0xD29158) is known color: Whiskey Sour. HEX triplet: D2, 91 and 58. RGB value is (210,145,88). Sum of RGB (Red+Green+Blue) = 210+145+88=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29158 is #2D6EA7. Grayscale: #9E9E9E. Windows color (decimal): -2977448 or 5804498. OLE color: 5804498.

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

Color convert

RGB 210 145 88 -
CMYK 0 0.31 0.58 0.18
HSL 28.03º 0.58% 0.58% -
HSV(B) 28.03º 0.58% 0.82% -
XYZ 38.47 34.66 13.89 -
YUV 157.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 210 145 88 0 0.31 0.58 0.18 28.03 0.58 0.58
Hex D2 91 58 0 1F 3A 12 1C 3A 3A
Octal 322 221 130 0 37 72 22 34 72 72
Binary 11010010 10010001 1011000 0 11111 111010 10010 11100 111010 111010

Color Harmonies of #D29158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29158

Black with #D29158

Text Example


Text Example

White with #D29158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29158; }

 p { color: rgb(210,145,88); }

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

background-color css

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

 a { background-color: rgb(210,145,88); }

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

border-color css

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

 span { border-color: rgb(210,145,88); }

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