Html Css Color HEX #D0976B Whiskey

📋 copy color: '#D0976B'

red 208 ◦ green 151 ◦ blue 107

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

Shades of Whiskey #D0976B

Tints of Whiskey #D0976B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.96%

R = 44.64%
G = 32.4%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0976B (or 0xD0976B) is known color: Whiskey. HEX triplet: D0, 97 and 6B. RGB value is (208,151,107). Sum of RGB (Red+Green+Blue) = 208+151+107=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0976B is #2F6894. Grayscale: #A3A3A3. Windows color (decimal): -3106965 or 7051216. OLE color: 7051216.

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

Color convert

RGB 208 151 107 -
CMYK 0 0.27 0.49 0.18
HSL 26.14º 0.52% 0.62% -
HSV(B) 26.14º 0.49% 0.82% -
XYZ 39.73 36.6 18.88 -
YUV 163.03 96.38 160.08 -
System Red Green Blue C M Y K H S L
Decimal 208 151 107 0 0.27 0.49 0.18 26.14 0.52 0.62
Hex D0 97 6B 0 1B 31 12 1A 34 3E
Octal 320 227 153 0 33 61 22 32 64 76
Binary 11010000 10010111 1101011 0 11011 110001 10010 11010 110100 111110

Color Harmonies of #D0976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0976B

Black with #D0976B

Text Example


Text Example

White with #D0976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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