Html Css Color HEX #D09265 Whiskey

📋 copy color: '#D09265'

red 208 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #D09265

Tints of Whiskey #D09265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.09%

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

R = 45.71%
G = 32.09%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09265 (or 0xD09265) is known color: Whiskey. HEX triplet: D0, 92 and 65. RGB value is (208,146,101). Sum of RGB (Red+Green+Blue) = 208+146+101=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D09265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09265 is #2F6D9A. Grayscale: #9F9F9F. Windows color (decimal): -3108251 or 6656720. OLE color: 6656720.

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

Color convert

RGB 208 146 101 -
CMYK 0 0.30 0.51 0.18
HSL 25.23º 0.53% 0.61% -
HSV(B) 25.23º 0.51% 0.82% -
XYZ 38.64 34.91 17.01 -
YUV 159.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 208 146 101 0 0.30 0.51 0.18 25.23 0.53 0.61
Hex D0 92 65 0 1E 33 12 19 35 3D
Octal 320 222 145 0 36 63 22 31 65 75
Binary 11010000 10010010 1100101 0 11110 110011 10010 11001 110101 111101

Color Harmonies of #D09265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09265

Black with #D09265

Text Example


Text Example

White with #D09265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09265; }

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

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

background-color css

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

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

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

border-color css

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

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

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