Html Css Color HEX #D29058 Whiskey Sour

📋 copy color: '#D29058'

red 210 ◦ green 144 ◦ blue 88

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

Shades of Whiskey Sour #D29058

Tints of Whiskey Sour #D29058

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

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

R = 47.51%
G = 32.58%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D29058 (or 0xD29058) is known color: Whiskey Sour. HEX triplet: D2, 90 and 58. RGB value is (210,144,88). Sum of RGB (Red+Green+Blue) = 210+144+88=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D29058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29058 is #2D6FA7. Grayscale: #9D9D9D. Windows color (decimal): -2977704 or 5804242. OLE color: 5804242.

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

Color convert

RGB 210 144 88 -
CMYK 0 0.31 0.58 0.18
HSL 27.54º 0.58% 0.58% -
HSV(B) 27.54º 0.58% 0.82% -
XYZ 38.31 34.35 13.84 -
YUV 157.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 210 144 88 0 0.31 0.58 0.18 27.54 0.58 0.58
Hex D2 90 58 0 1F 3A 12 1C 3A 3A
Octal 322 220 130 0 37 72 22 34 72 72
Binary 11010010 10010000 1011000 0 11111 111010 10010 11100 111010 111010

Color Harmonies of #D29058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29058

Black with #D29058

Text Example


Text Example

White with #D29058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29058; }

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

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

background-color css

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

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

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

border-color css

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

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

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