Html Css Color HEX #D09C68 Whiskey

📋 copy color: '#D09C68'

red 208 ◦ green 156 ◦ blue 104

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

Shades of Whiskey #D09C68

Tints of Whiskey #D09C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.22%

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.18

RGB Variations

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

Color information

#D09C68 (or 0xD09C68) is known color: Whiskey. HEX triplet: D0, 9C and 68. RGB value is (208,156,104). Sum of RGB (Red+Green+Blue) = 208+156+104=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C68 is #2F6397. Grayscale: #A5A5A5. Windows color (decimal): -3105688 or 6855888. OLE color: 6855888.

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

Color convert

RGB 208 156 104 -
CMYK 0 0.25 0.5 0.18
HSL 30º 0.53% 0.61% -
HSV(B) 30º 0.5% 0.82% -
XYZ 40.4 38.19 18.34 -
YUV 165.62 93.23 158.23 -
System Red Green Blue C M Y K H S L
Decimal 208 156 104 0 0.25 0.5 0.18 30 0.53 0.61
Hex D0 9C 68 0 19 32 12 1E 35 3D
Octal 320 234 150 0 31 62 22 36 65 75
Binary 11010000 10011100 1101000 0 11001 110010 10010 11110 110101 111101

Color Harmonies of #D09C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C68

Black with #D09C68

Text Example


Text Example

White with #D09C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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