Html Css Color HEX #D29168 Whiskey

📋 copy color: '#D29168'

red 210 ◦ green 145 ◦ blue 104

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

Shades of Whiskey #D29168

Tints of Whiskey #D29168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 45.75%
G = 31.59%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29168 (or 0xD29168) is known color: Whiskey. HEX triplet: D2, 91 and 68. RGB value is (210,145,104). Sum of RGB (Red+Green+Blue) = 210+145+104=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D29168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29168 is #2D6E97. Grayscale: #9F9F9F. Windows color (decimal): -2977432 or 6853074. OLE color: 6853074.

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

Color convert

RGB 210 145 104 -
CMYK 0 0.31 0.50 0.18
HSL 23.21º 0.54% 0.62% -
HSV(B) 23.21º 0.5% 0.82% -
XYZ 39.2 34.95 17.78 -
YUV 159.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 210 145 104 0 0.31 0.50 0.18 23.21 0.54 0.62
Hex D2 91 68 0 1F 32 12 17 36 3E
Octal 322 221 150 0 37 62 22 27 66 76
Binary 11010010 10010001 1101000 0 11111 110010 10010 10111 110110 111110

Color Harmonies of #D29168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29168

Black with #D29168

Text Example


Text Example

White with #D29168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29168; }

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

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

background-color css

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

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

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

border-color css

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

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

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