Html Css Color HEX #D09266 Whiskey

📋 copy color: '#D09266'

red 208 ◦ green 146 ◦ blue 102

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

Shades of Whiskey #D09266

Tints of Whiskey #D09266

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.02%

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

R = 45.61%
G = 32.02%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09266 (or 0xD09266) is known color: Whiskey. HEX triplet: D0, 92 and 66. RGB value is (208,146,102). Sum of RGB (Red+Green+Blue) = 208+146+102=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09266 is #2F6D99. Grayscale: #9F9F9F. Windows color (decimal): -3108250 or 6722256. OLE color: 6722256.

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

Color convert

RGB 208 146 102 -
CMYK 0 0.30 0.51 0.18
HSL 24.91º 0.53% 0.61% -
HSV(B) 24.91º 0.51% 0.82% -
XYZ 38.69 34.93 17.27 -
YUV 159.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 208 146 102 0 0.30 0.51 0.18 24.91 0.53 0.61
Hex D0 92 66 0 1E 33 12 19 35 3D
Octal 320 222 146 0 36 63 22 31 65 75
Binary 11010000 10010010 1100110 0 11110 110011 10010 11001 110101 111101

Color Harmonies of #D09266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09266

Black with #D09266

Text Example


Text Example

White with #D09266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09266; }

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

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

background-color css

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

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

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

border-color css

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

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

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