Html Css Color HEX #D09764 Whiskey

📋 copy color: '#D09764'

red 208 ◦ green 151 ◦ blue 100

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

Shades of Whiskey #D09764

Tints of Whiskey #D09764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 45.32%
G = 32.9%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09764 (or 0xD09764) is known color: Whiskey. HEX triplet: D0, 97 and 64. RGB value is (208,151,100). Sum of RGB (Red+Green+Blue) = 208+151+100=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09764 is #2F689B. Grayscale: #A2A2A2. Windows color (decimal): -3106972 or 6592464. OLE color: 6592464.

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

Color convert

RGB 208 151 100 -
CMYK 0 0.27 0.52 0.18
HSL 28.33º 0.53% 0.6% -
HSV(B) 28.33º 0.52% 0.82% -
XYZ 39.38 36.46 17.02 -
YUV 162.23 92.88 160.65 -
System Red Green Blue C M Y K H S L
Decimal 208 151 100 0 0.27 0.52 0.18 28.33 0.53 0.6
Hex D0 97 64 0 1B 34 12 1C 35 3C
Octal 320 227 144 0 33 64 22 34 65 74
Binary 11010000 10010111 1100100 0 11011 110100 10010 11100 110101 111100

Color Harmonies of #D09764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09764

Black with #D09764

Text Example


Text Example

White with #D09764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09764; }

 p { color: rgb(208,151,100); }

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

background-color css

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

 a { background-color: rgb(208,151,100); }

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

border-color css

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

 span { border-color: rgb(208,151,100); }

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