Html Css Color HEX #D09C69 Whiskey

📋 copy color: '#D09C69'

red 208 ◦ green 156 ◦ blue 105

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

Shades of Whiskey #D09C69

Tints of Whiskey #D09C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 44.35%
G = 33.26%
B = 22.39%

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

#D09C69 (or 0xD09C69) is known color: Whiskey. HEX triplet: D0, 9C and 69. RGB value is (208,156,105). Sum of RGB (Red+Green+Blue) = 208+156+105=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C69 is #2F6396. Grayscale: #A5A5A5. Windows color (decimal): -3105687 or 6921424. OLE color: 6921424.

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

Color convert

RGB 208 156 105 -
CMYK 0 0.25 0.50 0.18
HSL 29.71º 0.52% 0.61% -
HSV(B) 29.71º 0.5% 0.82% -
XYZ 40.45 38.21 18.61 -
YUV 165.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 208 156 105 0 0.25 0.50 0.18 29.71 0.52 0.61
Hex D0 9C 69 0 19 32 12 1E 34 3D
Octal 320 234 151 0 31 62 22 36 64 75
Binary 11010000 10011100 1101001 0 11001 110010 10010 11110 110100 111101

Color Harmonies of #D09C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C69

Black with #D09C69

Text Example


Text Example

White with #D09C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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