Html Css Color HEX #D99B6B Whiskey

📋 copy color: '#D99B6B'

red 217 ◦ green 155 ◦ blue 107

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

Shades of Whiskey #D99B6B

Tints of Whiskey #D99B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 45.3%
G = 32.36%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D99B6B (or 0xD99B6B) is known color: Whiskey. HEX triplet: D9, 9B and 6B. RGB value is (217,155,107). Sum of RGB (Red+Green+Blue) = 217+155+107=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99B6B is #266494. Grayscale: #A8A8A8. Windows color (decimal): -2516117 or 7052249. OLE color: 7052249.

HSL color Cylindrical-coordinate representation of color #D99B6B: hue angle of 26.18º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D99B6B is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 155 107 -
CMYK 0 0.29 0.51 0.15
HSL 26.18º 0.59% 0.64% -
HSV(B) 26.18º 0.51% 0.85% -
XYZ 42.99 39.26 19.22 -
YUV 168.07 93.54 162.9 -
System Red Green Blue C M Y K H S L
Decimal 217 155 107 0 0.29 0.51 0.15 26.18 0.59 0.64
Hex D9 9B 6B 0 1D 33 F 1A 3B 40
Octal 331 233 153 0 35 63 17 32 73 100
Binary 11011001 10011011 1101011 0 11101 110011 1111 11010 111011 1000000

Color Harmonies of #D99B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B6B

Black with #D99B6B

Text Example


Text Example

White with #D99B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B6B; }

 p { color: rgb(217,155,107); }

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

background-color css

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

 a { background-color: rgb(217,155,107); }

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

border-color css

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

 span { border-color: rgb(217,155,107); }

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