Html Css Color HEX #D29368 Whiskey

📋 copy color: '#D29368'

red 210 ◦ green 147 ◦ blue 104

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

Shades of Whiskey #D29368

Tints of Whiskey #D29368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 45.55%
G = 31.89%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29368 (or 0xD29368) is known color: Whiskey. HEX triplet: D2, 93 and 68. RGB value is (210,147,104). Sum of RGB (Red+Green+Blue) = 210+147+104=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D29368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29368 is #2D6C97. Grayscale: #A1A1A1. Windows color (decimal): -2976920 or 6853586. OLE color: 6853586.

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

Color convert

RGB 210 147 104 -
CMYK 0 0.30 0.50 0.18
HSL 24.34º 0.54% 0.62% -
HSV(B) 24.34º 0.5% 0.82% -
XYZ 39.51 35.57 17.88 -
YUV 160.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 210 147 104 0 0.30 0.50 0.18 24.34 0.54 0.62
Hex D2 93 68 0 1E 32 12 18 36 3E
Octal 322 223 150 0 36 62 22 30 66 76
Binary 11010010 10010011 1101000 0 11110 110010 10010 11000 110110 111110

Color Harmonies of #D29368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29368

Black with #D29368

Text Example


Text Example

White with #D29368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29368; }

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

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

background-color css

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

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

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

border-color css

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

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

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