Html Css Color HEX #D29056 Whiskey Sour

📋 copy color: '#D29056'

red 210 ◦ green 144 ◦ blue 86

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

Shades of Whiskey Sour #D29056

Tints of Whiskey Sour #D29056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

 BLUE value IS 86 (33.98% from 255) = 19.55%

R = 47.73%
G = 32.73%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D29056 (or 0xD29056) is known color: Whiskey Sour. HEX triplet: D2, 90 and 56. RGB value is (210,144,86). Sum of RGB (Red+Green+Blue) = 210+144+86=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D29056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29056 is #2D6FA9. Grayscale: #9D9D9D. Windows color (decimal): -2977706 or 5673170. OLE color: 5673170.

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

Color convert

RGB 210 144 86 -
CMYK 0 0.31 0.59 0.18
HSL 28.06º 0.58% 0.58% -
HSV(B) 28.06º 0.59% 0.82% -
XYZ 38.23 34.32 13.41 -
YUV 157.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 210 144 86 0 0.31 0.59 0.18 28.06 0.58 0.58
Hex D2 90 56 0 1F 3B 12 1C 3A 3A
Octal 322 220 126 0 37 73 22 34 72 72
Binary 11010010 10010000 1010110 0 11111 111011 10010 11100 111010 111010

Color Harmonies of #D29056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29056

Black with #D29056

Text Example


Text Example

White with #D29056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29056; }

 p { color: rgb(210,144,86); }

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

background-color css

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

 a { background-color: rgb(210,144,86); }

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

border-color css

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

 span { border-color: rgb(210,144,86); }

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