Html Css Color HEX #D09465 Whiskey

📋 copy color: '#D09465'

red 208 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #D09465

Tints of Whiskey #D09465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 45.51%
G = 32.39%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09465 (or 0xD09465) is known color: Whiskey. HEX triplet: D0, 94 and 65. RGB value is (208,148,101). Sum of RGB (Red+Green+Blue) = 208+148+101=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09465 is #2F6B9A. Grayscale: #A0A0A0. Windows color (decimal): -3107739 or 6657232. OLE color: 6657232.

HSL color Cylindrical-coordinate representation of color #D09465: hue angle of 26.36º 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 #D09465 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 101 -
CMYK 0 0.29 0.51 0.18
HSL 26.36º 0.53% 0.61% -
HSV(B) 26.36º 0.51% 0.82% -
XYZ 38.95 35.53 17.12 -
YUV 160.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 208 148 101 0 0.29 0.51 0.18 26.36 0.53 0.61
Hex D0 94 65 0 1D 33 12 1A 35 3D
Octal 320 224 145 0 35 63 22 32 65 75
Binary 11010000 10010100 1100101 0 11101 110011 10010 11010 110101 111101

Color Harmonies of #D09465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09465

Black with #D09465

Text Example


Text Example

White with #D09465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09465; }

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

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

background-color css

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

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

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

border-color css

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

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

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