Html Css Color HEX #D29455 Whiskey Sour

📋 copy color: '#D29455'

red 210 ◦ green 148 ◦ blue 85

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

Shades of Whiskey Sour #D29455

Tints of Whiskey Sour #D29455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 47.4%
G = 33.41%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D29455 (or 0xD29455) is known color: Whiskey Sour. HEX triplet: D2, 94 and 55. RGB value is (210,148,85). Sum of RGB (Red+Green+Blue) = 210+148+85=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D29455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29455 is #2D6BAA. Grayscale: #9F9F9F. Windows color (decimal): -2976683 or 5608658. OLE color: 5608658.

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

Color convert

RGB 210 148 85 -
CMYK 0 0.30 0.60 0.18
HSL 30.24º 0.58% 0.58% -
HSV(B) 30.24º 0.6% 0.82% -
XYZ 38.81 35.54 13.41 -
YUV 159.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 210 148 85 0 0.30 0.60 0.18 30.24 0.58 0.58
Hex D2 94 55 0 1E 3C 12 1E 3A 3A
Octal 322 224 125 0 36 74 22 36 72 72
Binary 11010010 10010100 1010101 0 11110 111100 10010 11110 111010 111010

Color Harmonies of #D29455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29455

Black with #D29455

Text Example


Text Example

White with #D29455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29455; }

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

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

background-color css

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

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

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

border-color css

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

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

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