Html Css Color HEX #D09662 Whiskey

📋 copy color: '#D09662'

red 208 ◦ green 150 ◦ blue 98

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

Shades of Whiskey #D09662

Tints of Whiskey #D09662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.49%

R = 45.61%
G = 32.89%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09662 (or 0xD09662) is known color: Whiskey. HEX triplet: D0, 96 and 62. RGB value is (208,150,98). Sum of RGB (Red+Green+Blue) = 208+150+98=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09662 is #2F699D. Grayscale: #A1A1A1. Windows color (decimal): -3107230 or 6461136. OLE color: 6461136.

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

Color convert

RGB 208 150 98 -
CMYK 0 0.28 0.53 0.18
HSL 28.36º 0.54% 0.6% -
HSV(B) 28.36º 0.53% 0.82% -
XYZ 39.12 36.1 16.46 -
YUV 161.41 92.22 161.23 -
System Red Green Blue C M Y K H S L
Decimal 208 150 98 0 0.28 0.53 0.18 28.36 0.54 0.6
Hex D0 96 62 0 1C 35 12 1C 36 3C
Octal 320 226 142 0 34 65 22 34 66 74
Binary 11010000 10010110 1100010 0 11100 110101 10010 11100 110110 111100

Color Harmonies of #D09662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09662

Black with #D09662

Text Example


Text Example

White with #D09662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09662; }

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

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

background-color css

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

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

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

border-color css

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

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

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