Html Css Color HEX #D09362 Whiskey

📋 copy color: '#D09362'

red 208 ◦ green 147 ◦ blue 98

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

Shades of Whiskey #D09362

Tints of Whiskey #D09362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 45.92%
G = 32.45%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D09362 (or 0xD09362) is known color: Whiskey. HEX triplet: D0, 93 and 62. RGB value is (208,147,98). Sum of RGB (Red+Green+Blue) = 208+147+98=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09362 is #2F6C9D. Grayscale: #9F9F9F. Windows color (decimal): -3107998 or 6460368. OLE color: 6460368.

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

Color convert

RGB 208 147 98 -
CMYK 0 0.29 0.53 0.18
HSL 26.73º 0.54% 0.6% -
HSV(B) 26.73º 0.53% 0.82% -
XYZ 38.65 35.16 16.3 -
YUV 159.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 208 147 98 0 0.29 0.53 0.18 26.73 0.54 0.6
Hex D0 93 62 0 1D 35 12 1B 36 3C
Octal 320 223 142 0 35 65 22 33 66 74
Binary 11010000 10010011 1100010 0 11101 110101 10010 11011 110110 111100

Color Harmonies of #D09362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09362

Black with #D09362

Text Example


Text Example

White with #D09362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09362; }

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

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

background-color css

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

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

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

border-color css

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

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

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