Html Css Color HEX #D29161 Whiskey

📋 copy color: '#D29161'

red 210 ◦ green 145 ◦ blue 97

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

Shades of Whiskey #D29161

Tints of Whiskey #D29161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.46%

R = 46.46%
G = 32.08%
B = 21.46%

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

#D29161 (or 0xD29161) is known color: Whiskey. HEX triplet: D2, 91 and 61. RGB value is (210,145,97). Sum of RGB (Red+Green+Blue) = 210+145+97=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D29161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29161 is #2D6E9E. Grayscale: #9F9F9F. Windows color (decimal): -2977439 or 6394322. OLE color: 6394322.

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

Color convert

RGB 210 145 97 -
CMYK 0 0.31 0.54 0.18
HSL 25.49º 0.56% 0.6% -
HSV(B) 25.49º 0.54% 0.82% -
XYZ 38.86 34.82 15.98 -
YUV 158.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 210 145 97 0 0.31 0.54 0.18 25.49 0.56 0.6
Hex D2 91 61 0 1F 36 12 19 38 3C
Octal 322 221 141 0 37 66 22 31 70 74
Binary 11010010 10010001 1100001 0 11111 110110 10010 11001 111000 111100

Color Harmonies of #D29161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29161

Black with #D29161

Text Example


Text Example

White with #D29161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29161; }

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

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

background-color css

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

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

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

border-color css

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

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

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