Html Css Color HEX #D99669 Whiskey

📋 copy color: '#D99669'

red 217 ◦ green 150 ◦ blue 105

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

Shades of Whiskey #D99669

Tints of Whiskey #D99669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

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

R = 45.97%
G = 31.78%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D99669 (or 0xD99669) is known color: Whiskey. HEX triplet: D9, 96 and 69. RGB value is (217,150,105). Sum of RGB (Red+Green+Blue) = 217+150+105=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D99669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99669 is #266996. Grayscale: #A5A5A5. Windows color (decimal): -2517399 or 6919897. OLE color: 6919897.

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

Color convert

RGB 217 150 105 -
CMYK 0 0.31 0.52 0.15
HSL 24.11º 0.6% 0.63% -
HSV(B) 24.11º 0.52% 0.85% -
XYZ 42.07 37.58 18.4 -
YUV 164.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 217 150 105 0 0.31 0.52 0.15 24.11 0.6 0.63
Hex D9 96 69 0 1F 34 F 18 3C 3F
Octal 331 226 151 0 37 64 17 30 74 77
Binary 11011001 10010110 1101001 0 11111 110100 1111 11000 111100 111111

Color Harmonies of #D99669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99669

Black with #D99669

Text Example


Text Example

White with #D99669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99669; }

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

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

background-color css

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

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

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

border-color css

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

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

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