Html Css Color HEX #D29459 Whiskey Sour

📋 copy color: '#D29459'

red 210 ◦ green 148 ◦ blue 89

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

Shades of Whiskey Sour #D29459

Tints of Whiskey Sour #D29459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 46.98%
G = 33.11%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D29459 (or 0xD29459) is known color: Whiskey Sour. HEX triplet: D2, 94 and 59. RGB value is (210,148,89). Sum of RGB (Red+Green+Blue) = 210+148+89=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D29459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29459 is #2D6BA6. Grayscale: #A0A0A0. Windows color (decimal): -2976679 or 5870802. OLE color: 5870802.

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

Color convert

RGB 210 148 89 -
CMYK 0 0.30 0.58 0.18
HSL 29.26º 0.57% 0.59% -
HSV(B) 29.26º 0.58% 0.82% -
XYZ 38.97 35.6 14.27 -
YUV 159.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 210 148 89 0 0.30 0.58 0.18 29.26 0.57 0.59
Hex D2 94 59 0 1E 3A 12 1D 39 3B
Octal 322 224 131 0 36 72 22 35 71 73
Binary 11010010 10010100 1011001 0 11110 111010 10010 11101 111001 111011

Color Harmonies of #D29459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29459

Black with #D29459

Text Example


Text Example

White with #D29459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29459; }

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

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

background-color css

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

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

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

border-color css

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

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

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