Html Css Color HEX #D29658 Whiskey Sour

📋 copy color: '#D29658'

red 210 ◦ green 150 ◦ blue 88

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

Shades of Whiskey Sour #D29658

Tints of Whiskey Sour #D29658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

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

R = 46.88%
G = 33.48%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D29658 (or 0xD29658) is known color: Whiskey Sour. HEX triplet: D2, 96 and 58. RGB value is (210,150,88). Sum of RGB (Red+Green+Blue) = 210+150+88=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D29658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29658 is #2D69A7. Grayscale: #A1A1A1. Windows color (decimal): -2976168 or 5805778. OLE color: 5805778.

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

Color convert

RGB 210 150 88 -
CMYK 0 0.29 0.58 0.18
HSL 30.49º 0.58% 0.58% -
HSV(B) 30.49º 0.58% 0.82% -
XYZ 39.25 36.22 14.15 -
YUV 160.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 210 150 88 0 0.29 0.58 0.18 30.49 0.58 0.58
Hex D2 96 58 0 1D 3A 12 1E 3A 3A
Octal 322 226 130 0 35 72 22 36 72 72
Binary 11010010 10010110 1011000 0 11101 111010 10010 11110 111010 111010

Color Harmonies of #D29658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29658

Black with #D29658

Text Example


Text Example

White with #D29658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29658; }

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

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

background-color css

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

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

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

border-color css

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

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

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