Html Css Color HEX #D09260 Whiskey

📋 copy color: '#D09260'

red 208 ◦ green 146 ◦ blue 96

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

Shades of Whiskey #D09260

Tints of Whiskey #D09260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 46.22%
G = 32.44%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09260 (or 0xD09260) is known color: Whiskey. HEX triplet: D0, 92 and 60. RGB value is (208,146,96). Sum of RGB (Red+Green+Blue) = 208+146+96=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D09260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09260 is #2F6D9F. Grayscale: #9F9F9F. Windows color (decimal): -3108256 or 6329040. OLE color: 6329040.

HSL color Cylindrical-coordinate representation of color #D09260: hue angle of 26.79º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D09260 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 96 -
CMYK 0 0.30 0.54 0.18
HSL 26.79º 0.54% 0.6% -
HSV(B) 26.79º 0.54% 0.82% -
XYZ 38.4 34.81 15.76 -
YUV 158.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 208 146 96 0 0.30 0.54 0.18 26.79 0.54 0.6
Hex D0 92 60 0 1E 36 12 1B 36 3C
Octal 320 222 140 0 36 66 22 33 66 74
Binary 11010000 10010010 1100000 0 11110 110110 10010 11011 110110 111100

Color Harmonies of #D09260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09260

Black with #D09260

Text Example


Text Example

White with #D09260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09260; }

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

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

background-color css

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

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

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

border-color css

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

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

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