Html Css Color HEX #D09C65 Whiskey

📋 copy color: '#D09C65'

red 208 ◦ green 156 ◦ blue 101

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

Shades of Whiskey #D09C65

Tints of Whiskey #D09C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.72%

R = 44.73%
G = 33.55%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09C65 (or 0xD09C65) is known color: Whiskey. HEX triplet: D0, 9C and 65. RGB value is (208,156,101). Sum of RGB (Red+Green+Blue) = 208+156+101=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C65 is #2F639A. Grayscale: #A5A5A5. Windows color (decimal): -3105691 or 6659280. OLE color: 6659280.

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

Color convert

RGB 208 156 101 -
CMYK 0 0.25 0.51 0.18
HSL 30.84º 0.53% 0.61% -
HSV(B) 30.84º 0.51% 0.82% -
XYZ 40.25 38.13 17.55 -
YUV 165.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 208 156 101 0 0.25 0.51 0.18 30.84 0.53 0.61
Hex D0 9C 65 0 19 33 12 1F 35 3D
Octal 320 234 145 0 31 63 22 37 65 75
Binary 11010000 10011100 1100101 0 11001 110011 10010 11111 110101 111101

Color Harmonies of #D09C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C65

Black with #D09C65

Text Example


Text Example

White with #D09C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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