Html Css Color HEX #D99768 Whiskey

📋 copy color: '#D99768'

red 217 ◦ green 151 ◦ blue 104

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

Shades of Whiskey #D99768

Tints of Whiskey #D99768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.99%

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

R = 45.97%
G = 31.99%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D99768 (or 0xD99768) is known color: Whiskey. HEX triplet: D9, 97 and 68. RGB value is (217,151,104). Sum of RGB (Red+Green+Blue) = 217+151+104=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D99768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99768 is #266897. Grayscale: #A5A5A5. Windows color (decimal): -2517144 or 6854617. OLE color: 6854617.

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

Color convert

RGB 217 151 104 -
CMYK 0 0.30 0.52 0.15
HSL 24.96º 0.6% 0.63% -
HSV(B) 24.96º 0.52% 0.85% -
XYZ 42.18 37.88 18.19 -
YUV 165.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 217 151 104 0 0.30 0.52 0.15 24.96 0.6 0.63
Hex D9 97 68 0 1E 34 F 19 3C 3F
Octal 331 227 150 0 36 64 17 31 74 77
Binary 11011001 10010111 1101000 0 11110 110100 1111 11001 111100 111111

Color Harmonies of #D99768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99768

Black with #D99768

Text Example


Text Example

White with #D99768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99768; }

 p { color: rgb(217,151,104); }

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

background-color css

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

 a { background-color: rgb(217,151,104); }

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

border-color css

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

 span { border-color: rgb(217,151,104); }

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