Html Css Color HEX #D09466 Whiskey

📋 copy color: '#D09466'

red 208 ◦ green 148 ◦ blue 102

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

Shades of Whiskey #D09466

Tints of Whiskey #D09466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 45.41%
G = 32.31%
B = 22.27%

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

#D09466 (or 0xD09466) is known color: Whiskey. HEX triplet: D0, 94 and 66. RGB value is (208,148,102). Sum of RGB (Red+Green+Blue) = 208+148+102=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09466 is #2F6B99. Grayscale: #A0A0A0. Windows color (decimal): -3107738 or 6722768. OLE color: 6722768.

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

Color convert

RGB 208 148 102 -
CMYK 0 0.29 0.51 0.18
HSL 26.04º 0.53% 0.61% -
HSV(B) 26.04º 0.51% 0.82% -
XYZ 39 35.55 17.38 -
YUV 160.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 208 148 102 0 0.29 0.51 0.18 26.04 0.53 0.61
Hex D0 94 66 0 1D 33 12 1A 35 3D
Octal 320 224 146 0 35 63 22 32 65 75
Binary 11010000 10010100 1100110 0 11101 110011 10010 11010 110101 111101

Color Harmonies of #D09466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09466

Black with #D09466

Text Example


Text Example

White with #D09466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09466; }

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

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

background-color css

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

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

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

border-color css

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

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

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