Html Css Color HEX #DA8F62 Whiskey

📋 copy color: '#DA8F62'

red 218 ◦ green 143 ◦ blue 98

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

Shades of Whiskey #DA8F62

Tints of Whiskey #DA8F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 47.49%
G = 31.15%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8F62 (or 0xDA8F62) is known color: Whiskey. HEX triplet: DA, 8F and 62. RGB value is (218,143,98). Sum of RGB (Red+Green+Blue) = 218+143+98=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F62 is #25709D. Grayscale: #A0A0A0. Windows color (decimal): -2453662 or 6459354. OLE color: 6459354.

HSL color Cylindrical-coordinate representation of color #DA8F62: hue angle of 22.5º 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 #DA8F62 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 98 -
CMYK 0 0.34 0.55 0.15
HSL 22.5º 0.62% 0.62% -
HSV(B) 22.5º 0.55% 0.85% -
XYZ 40.94 35.43 16.24 -
YUV 160.3 92.85 169.16 -
System Red Green Blue C M Y K H S L
Decimal 218 143 98 0 0.34 0.55 0.15 22.5 0.62 0.62
Hex DA 8F 62 0 22 37 F 16 3E 3E
Octal 332 217 142 0 42 67 17 26 76 76
Binary 11011010 10001111 1100010 0 100010 110111 1111 10110 111110 111110

Color Harmonies of #DA8F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F62

Black with #DA8F62

Text Example


Text Example

White with #DA8F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F62; }

 p { color: rgb(218,143,98); }

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

background-color css

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

 a { background-color: rgb(218,143,98); }

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

border-color css

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

 span { border-color: rgb(218,143,98); }

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