Html Css Color HEX #DA976A Whiskey

📋 copy color: '#DA976A'

red 218 ◦ green 151 ◦ blue 106

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

Shades of Whiskey #DA976A

Tints of Whiskey #DA976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 45.89%
G = 31.79%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA976A (or 0xDA976A) is known color: Whiskey. HEX triplet: DA, 97 and 6A. RGB value is (218,151,106). Sum of RGB (Red+Green+Blue) = 218+151+106=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976A is #256895. Grayscale: #A6A6A6. Windows color (decimal): -2451606 or 6985690. OLE color: 6985690.

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

Color convert

RGB 218 151 106 -
CMYK 0 0.31 0.51 0.15
HSL 24.11º 0.6% 0.64% -
HSV(B) 24.11º 0.51% 0.85% -
XYZ 42.58 38.08 18.74 -
YUV 165.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 218 151 106 0 0.31 0.51 0.15 24.11 0.6 0.64
Hex DA 97 6A 0 1F 33 F 18 3C 40
Octal 332 227 152 0 37 63 17 30 74 100
Binary 11011010 10010111 1101010 0 11111 110011 1111 11000 111100 1000000

Color Harmonies of #DA976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA976A

Black with #DA976A

Text Example


Text Example

White with #DA976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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