Html Css Color HEX #D09B6A Whiskey

📋 copy color: '#D09B6A'

red 208 ◦ green 155 ◦ blue 106

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

Shades of Whiskey #D09B6A

Tints of Whiskey #D09B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 44.35%
G = 33.05%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D09B6A (or 0xD09B6A) is known color: Whiskey. HEX triplet: D0, 9B and 6A. RGB value is (208,155,106). Sum of RGB (Red+Green+Blue) = 208+155+106=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B6A is #2F6495. Grayscale: #A5A5A5. Windows color (decimal): -3105942 or 6986704. OLE color: 6986704.

HSL color Cylindrical-coordinate representation of color #D09B6A: hue angle of 28.82º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D09B6A is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 155 106 -
CMYK 0 0.25 0.49 0.18
HSL 28.82º 0.52% 0.62% -
HSV(B) 28.82º 0.49% 0.82% -
XYZ 40.34 37.89 18.82 -
YUV 165.26 94.56 158.48 -
System Red Green Blue C M Y K H S L
Decimal 208 155 106 0 0.25 0.49 0.18 28.82 0.52 0.62
Hex D0 9B 6A 0 19 31 12 1D 34 3E
Octal 320 233 152 0 31 61 22 35 64 76
Binary 11010000 10011011 1101010 0 11001 110001 10010 11101 110100 111110

Color Harmonies of #D09B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B6A

Black with #D09B6A

Text Example


Text Example

White with #D09B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B6A; }

 p { color: rgb(208,155,106); }

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

background-color css

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

 a { background-color: rgb(208,155,106); }

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

border-color css

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

 span { border-color: rgb(208,155,106); }

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