Html Css Color HEX #D09B69 Whiskey

📋 copy color: '#D09B69'

red 208 ◦ green 155 ◦ blue 105

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

Shades of Whiskey #D09B69

Tints of Whiskey #D09B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.44%

R = 44.44%
G = 33.12%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D09B69 (or 0xD09B69) is known color: Whiskey. HEX triplet: D0, 9B and 69. RGB value is (208,155,105). Sum of RGB (Red+Green+Blue) = 208+155+105=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09B69 is #2F6496. Grayscale: #A5A5A5. Windows color (decimal): -3105943 or 6921168. OLE color: 6921168.

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

Color convert

RGB 208 155 105 -
CMYK 0 0.25 0.50 0.18
HSL 29.13º 0.52% 0.61% -
HSV(B) 29.13º 0.5% 0.82% -
XYZ 40.28 37.87 18.55 -
YUV 165.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 208 155 105 0 0.25 0.50 0.18 29.13 0.52 0.61
Hex D0 9B 69 0 19 32 12 1D 34 3D
Octal 320 233 151 0 31 62 22 35 64 75
Binary 11010000 10011011 1101001 0 11001 110010 10010 11101 110100 111101

Color Harmonies of #D09B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09B69

Black with #D09B69

Text Example


Text Example

White with #D09B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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