Html Css Color HEX #D09665 Whiskey

📋 copy color: '#D09665'

red 208 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #D09665

Tints of Whiskey #D09665

RGB

 RED value IS 208 (81.64% from 255) = 45.32%

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

 BLUE value IS 101 (39.84% from 255) = 22%

R = 45.32%
G = 32.68%
B = 22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09665 (or 0xD09665) is known color: Whiskey. HEX triplet: D0, 96 and 65. RGB value is (208,150,101). Sum of RGB (Red+Green+Blue) = 208+150+101=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09665 is #2F699A. Grayscale: #A2A2A2. Windows color (decimal): -3107227 or 6657744. OLE color: 6657744.

HSL color Cylindrical-coordinate representation of color #D09665: hue angle of 27.48º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D09665 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 101 -
CMYK 0 0.28 0.51 0.18
HSL 27.48º 0.53% 0.61% -
HSV(B) 27.48º 0.51% 0.82% -
XYZ 39.27 36.16 17.22 -
YUV 161.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 208 150 101 0 0.28 0.51 0.18 27.48 0.53 0.61
Hex D0 96 65 0 1C 33 12 1B 35 3D
Octal 320 226 145 0 34 63 22 33 65 75
Binary 11010000 10010110 1100101 0 11100 110011 10010 11011 110101 111101

Color Harmonies of #D09665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09665

Black with #D09665

Text Example


Text Example

White with #D09665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09665; }

 p { color: rgb(208,150,101); }

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

background-color css

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

 a { background-color: rgb(208,150,101); }

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

border-color css

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

 span { border-color: rgb(208,150,101); }

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