Html Css Color HEX #D09965 Whiskey

📋 copy color: '#D09965'

red 208 ◦ green 153 ◦ blue 101

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

Shades of Whiskey #D09965

Tints of Whiskey #D09965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

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

R = 45.02%
G = 33.12%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09965 (or 0xD09965) is known color: Whiskey. HEX triplet: D0, 99 and 65. RGB value is (208,153,101). Sum of RGB (Red+Green+Blue) = 208+153+101=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D09965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09965 is #2F669A. Grayscale: #A3A3A3. Windows color (decimal): -3106459 or 6658512. OLE color: 6658512.

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

Color convert

RGB 208 153 101 -
CMYK 0 0.26 0.51 0.18
HSL 29.16º 0.53% 0.61% -
HSV(B) 29.16º 0.51% 0.82% -
XYZ 39.75 37.13 17.38 -
YUV 163.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 208 153 101 0 0.26 0.51 0.18 29.16 0.53 0.61
Hex D0 99 65 0 1A 33 12 1D 35 3D
Octal 320 231 145 0 32 63 22 35 65 75
Binary 11010000 10011001 1100101 0 11010 110011 10010 11101 110101 111101

Color Harmonies of #D09965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09965

Black with #D09965

Text Example


Text Example

White with #D09965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09965; }

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

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

background-color css

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

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

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

border-color css

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

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

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