Html Css Color HEX #D29258 Whiskey Sour

📋 copy color: '#D29258'

red 210 ◦ green 146 ◦ blue 88

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

Shades of Whiskey Sour #D29258

Tints of Whiskey Sour #D29258

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

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

R = 47.3%
G = 32.88%
B = 19.82%

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

#D29258 (or 0xD29258) is known color: Whiskey Sour. HEX triplet: D2, 92 and 58. RGB value is (210,146,88). Sum of RGB (Red+Green+Blue) = 210+146+88=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D29258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29258 is #2D6DA7. Grayscale: #9E9E9E. Windows color (decimal): -2977192 or 5804754. OLE color: 5804754.

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

Color convert

RGB 210 146 88 -
CMYK 0 0.30 0.58 0.18
HSL 28.52º 0.58% 0.58% -
HSV(B) 28.52º 0.58% 0.82% -
XYZ 38.62 34.96 13.95 -
YUV 158.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 210 146 88 0 0.30 0.58 0.18 28.52 0.58 0.58
Hex D2 92 58 0 1E 3A 12 1D 3A 3A
Octal 322 222 130 0 36 72 22 35 72 72
Binary 11010010 10010010 1011000 0 11110 111010 10010 11101 111010 111010

Color Harmonies of #D29258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29258

Black with #D29258

Text Example


Text Example

White with #D29258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29258; }

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

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

background-color css

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

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

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

border-color css

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

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

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