Html Css Color HEX #DA9263 Whiskey

📋 copy color: '#DA9263'

red 218 ◦ green 146 ◦ blue 99

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

Shades of Whiskey #DA9263

Tints of Whiskey #DA9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.53%

 BLUE value IS 99 (39.06% from 255) = 21.38%

R = 47.08%
G = 31.53%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9263 (or 0xDA9263) is known color: Whiskey. HEX triplet: DA, 92 and 63. RGB value is (218,146,99). Sum of RGB (Red+Green+Blue) = 218+146+99=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 99 (39.06% from 255 or 21.38% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9263 is #256D9C. Grayscale: #A2A2A2. Windows color (decimal): -2452893 or 6525658. OLE color: 6525658.

HSL color Cylindrical-coordinate representation of color #DA9263: hue angle of 23.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA9263 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 99 -
CMYK 0 0.33 0.55 0.15
HSL 23.7º 0.62% 0.62% -
HSV(B) 23.7º 0.55% 0.85% -
XYZ 41.44 36.36 16.64 -
YUV 162.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 218 146 99 0 0.33 0.55 0.15 23.7 0.62 0.62
Hex DA 92 63 0 21 37 F 18 3E 3E
Octal 332 222 143 0 41 67 17 30 76 76
Binary 11011010 10010010 1100011 0 100001 110111 1111 11000 111110 111110

Color Harmonies of #DA9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9263

Black with #DA9263

Text Example


Text Example

White with #DA9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9263; }

 p { color: rgb(218,146,99); }

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

background-color css

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

 a { background-color: rgb(218,146,99); }

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

border-color css

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

 span { border-color: rgb(218,146,99); }

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