Html Css Color HEX #D29755 Whiskey Sour

📋 copy color: '#D29755'

red 210 ◦ green 151 ◦ blue 85

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

Shades of Whiskey Sour #D29755

Tints of Whiskey Sour #D29755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

 BLUE value IS 85 (33.59% from 255) = 19.06%

R = 47.09%
G = 33.86%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29755 (or 0xD29755) is known color: Whiskey Sour. HEX triplet: D2, 97 and 55. RGB value is (210,151,85). Sum of RGB (Red+Green+Blue) = 210+151+85=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D29755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29755 is #2D68AA. Grayscale: #A1A1A1. Windows color (decimal): -2975915 or 5609426. OLE color: 5609426.

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

Color convert

RGB 210 151 85 -
CMYK 0 0.28 0.60 0.18
HSL 31.68º 0.58% 0.58% -
HSV(B) 31.68º 0.6% 0.82% -
XYZ 39.28 36.49 13.57 -
YUV 161.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 210 151 85 0 0.28 0.60 0.18 31.68 0.58 0.58
Hex D2 97 55 0 1C 3C 12 20 3A 3A
Octal 322 227 125 0 34 74 22 40 72 72
Binary 11010010 10010111 1010101 0 11100 111100 10010 100000 111010 111010

Color Harmonies of #D29755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29755

Black with #D29755

Text Example


Text Example

White with #D29755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29755; }

 p { color: rgb(210,151,85); }

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

background-color css

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

 a { background-color: rgb(210,151,85); }

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

border-color css

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

 span { border-color: rgb(210,151,85); }

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