Html Css Color HEX #D29055 Whiskey Sour

📋 copy color: '#D29055'

red 210 ◦ green 144 ◦ blue 85

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

Shades of Whiskey Sour #D29055

Tints of Whiskey Sour #D29055

RGB

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

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

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

R = 47.84%
G = 32.8%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29055 (or 0xD29055) is known color: Whiskey Sour. HEX triplet: D2, 90 and 55. RGB value is (210,144,85). Sum of RGB (Red+Green+Blue) = 210+144+85=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D29055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29055 is #2D6FAA. Grayscale: #9D9D9D. Windows color (decimal): -2977707 or 5607634. OLE color: 5607634.

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

Color convert

RGB 210 144 85 -
CMYK 0 0.31 0.60 0.18
HSL 28.32º 0.58% 0.58% -
HSV(B) 28.32º 0.6% 0.82% -
XYZ 38.19 34.3 13.2 -
YUV 157.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 210 144 85 0 0.31 0.60 0.18 28.32 0.58 0.58
Hex D2 90 55 0 1F 3C 12 1C 3A 3A
Octal 322 220 125 0 37 74 22 34 72 72
Binary 11010010 10010000 1010101 0 11111 111100 10010 11100 111010 111010

Color Harmonies of #D29055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29055

Black with #D29055

Text Example


Text Example

White with #D29055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29055; }

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

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

background-color css

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

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

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

border-color css

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

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

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