Html Css Color HEX #D29458 Whiskey Sour

📋 copy color: '#D29458'

red 210 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #D29458

Tints of Whiskey Sour #D29458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.73%

R = 47.09%
G = 33.18%
B = 19.73%

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

#D29458 (or 0xD29458) is known color: Whiskey Sour. HEX triplet: D2, 94 and 58. RGB value is (210,148,88). Sum of RGB (Red+Green+Blue) = 210+148+88=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D29458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29458 is #2D6BA7. Grayscale: #A0A0A0. Windows color (decimal): -2976680 or 5805266. OLE color: 5805266.

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

Color convert

RGB 210 148 88 -
CMYK 0 0.30 0.58 0.18
HSL 29.51º 0.58% 0.58% -
HSV(B) 29.51º 0.58% 0.82% -
XYZ 38.93 35.59 14.05 -
YUV 159.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 210 148 88 0 0.30 0.58 0.18 29.51 0.58 0.58
Hex D2 94 58 0 1E 3A 12 1E 3A 3A
Octal 322 224 130 0 36 72 22 36 72 72
Binary 11010010 10010100 1011000 0 11110 111010 10010 11110 111010 111010

Color Harmonies of #D29458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29458

Black with #D29458

Text Example


Text Example

White with #D29458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29458; }

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

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

background-color css

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

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

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

border-color css

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

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

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