Html Css Color HEX #D29160 Whiskey

📋 copy color: '#D29160'

red 210 ◦ green 145 ◦ blue 96

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

Shades of Whiskey #D29160

Tints of Whiskey #D29160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 46.56%
G = 32.15%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D29160 (or 0xD29160) is known color: Whiskey. HEX triplet: D2, 91 and 60. RGB value is (210,145,96). Sum of RGB (Red+Green+Blue) = 210+145+96=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D29160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29160 is #2D6E9F. Grayscale: #9F9F9F. Windows color (decimal): -2977440 or 6328786. OLE color: 6328786.

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

Color convert

RGB 210 145 96 -
CMYK 0 0.31 0.54 0.18
HSL 25.79º 0.56% 0.6% -
HSV(B) 25.79º 0.54% 0.82% -
XYZ 38.82 34.8 15.74 -
YUV 158.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 210 145 96 0 0.31 0.54 0.18 25.79 0.56 0.6
Hex D2 91 60 0 1F 36 12 1A 38 3C
Octal 322 221 140 0 37 66 22 32 70 74
Binary 11010010 10010001 1100000 0 11111 110110 10010 11010 111000 111100

Color Harmonies of #D29160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29160

Black with #D29160

Text Example


Text Example

White with #D29160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29160; }

 p { color: rgb(210,145,96); }

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

background-color css

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

 a { background-color: rgb(210,145,96); }

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

border-color css

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

 span { border-color: rgb(210,145,96); }

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