Html Css Color HEX #D99369 Whiskey

📋 copy color: '#D99369'

red 217 ◦ green 147 ◦ blue 105

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

Shades of Whiskey #D99369

Tints of Whiskey #D99369

RGB

 RED value IS 217 (85.16% from 255) = 46.27%

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

 BLUE value IS 105 (41.41% from 255) = 22.39%

R = 46.27%
G = 31.34%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D99369 (or 0xD99369) is known color: Whiskey. HEX triplet: D9, 93 and 69. RGB value is (217,147,105). Sum of RGB (Red+Green+Blue) = 217+147+105=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D99369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99369 is #266C96. Grayscale: #A3A3A3. Windows color (decimal): -2518167 or 6919129. OLE color: 6919129.

HSL color Cylindrical-coordinate representation of color #D99369: hue angle of 22.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99369 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 105 -
CMYK 0 0.32 0.52 0.15
HSL 22.5º 0.6% 0.63% -
HSV(B) 22.5º 0.52% 0.85% -
XYZ 41.6 36.64 18.24 -
YUV 163.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 217 147 105 0 0.32 0.52 0.15 22.5 0.6 0.63
Hex D9 93 69 0 20 34 F 16 3C 3F
Octal 331 223 151 0 40 64 17 26 74 77
Binary 11011001 10010011 1101001 0 100000 110100 1111 10110 111100 111111

Color Harmonies of #D99369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99369

Black with #D99369

Text Example


Text Example

White with #D99369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99369; }

 p { color: rgb(217,147,105); }

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

background-color css

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

 a { background-color: rgb(217,147,105); }

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

border-color css

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

 span { border-color: rgb(217,147,105); }

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