Html Css Color HEX #D0976C Whiskey

📋 copy color: '#D0976C'

red 208 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #D0976C

Tints of Whiskey #D0976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 44.54%
G = 32.33%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0976C (or 0xD0976C) is known color: Whiskey. HEX triplet: D0, 97 and 6C. RGB value is (208,151,108). Sum of RGB (Red+Green+Blue) = 208+151+108=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D0976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0976C is #2F6893. Grayscale: #A3A3A3. Windows color (decimal): -3106964 or 7116752. OLE color: 7116752.

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

Color convert

RGB 208 151 108 -
CMYK 0 0.27 0.48 0.18
HSL 25.8º 0.52% 0.62% -
HSV(B) 25.8º 0.48% 0.82% -
XYZ 39.79 36.63 19.16 -
YUV 163.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 208 151 108 0 0.27 0.48 0.18 25.8 0.52 0.62
Hex D0 97 6C 0 1B 30 12 1A 34 3E
Octal 320 227 154 0 33 60 22 32 64 76
Binary 11010000 10010111 1101100 0 11011 110000 10010 11010 110100 111110

Color Harmonies of #D0976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0976C

Black with #D0976C

Text Example


Text Example

White with #D0976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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