Html Css Color HEX #DA976C Whiskey

📋 copy color: '#DA976C'

red 218 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #DA976C

Tints of Whiskey #DA976C

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

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

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

R = 45.7%
G = 31.66%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA976C (or 0xDA976C) is known color: Whiskey. HEX triplet: DA, 97 and 6C. RGB value is (218,151,108). Sum of RGB (Red+Green+Blue) = 218+151+108=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976C is #256893. Grayscale: #A6A6A6. Windows color (decimal): -2451604 or 7116762. OLE color: 7116762.

HSL color Cylindrical-coordinate representation of color #DA976C: hue angle of 23.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA976C is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 151 108 -
CMYK 0 0.31 0.50 0.15
HSL 23.45º 0.6% 0.64% -
HSV(B) 23.45º 0.5% 0.85% -
XYZ 42.69 38.12 19.3 -
YUV 166.13 95.2 165 -
System Red Green Blue C M Y K H S L
Decimal 218 151 108 0 0.31 0.50 0.15 23.45 0.6 0.64
Hex DA 97 6C 0 1F 32 F 17 3C 40
Octal 332 227 154 0 37 62 17 27 74 100
Binary 11011010 10010111 1101100 0 11111 110010 1111 10111 111100 1000000

Color Harmonies of #DA976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA976C

Black with #DA976C

Text Example


Text Example

White with #DA976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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