Html Css Color HEX #DA8061 Burning Sand

📋 copy color: '#DA8061'

red 218 ◦ green 128 ◦ blue 97

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

Shades of Burning Sand #DA8061

Tints of Burning Sand #DA8061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 97 (38.28% from 255) = 21.9%

R = 49.21%
G = 28.89%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8061 (or 0xDA8061) is known color: Burning Sand. HEX triplet: DA, 80 and 61. RGB value is (218,128,97). Sum of RGB (Red+Green+Blue) = 218+128+97=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8061 is #257F9E. Grayscale: #979797. Windows color (decimal): -2457503 or 6389978. OLE color: 6389978.

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

Color convert

RGB 218 128 97 -
CMYK 0 0.41 0.56 0.15
HSL 15.37º 0.62% 0.62% -
HSV(B) 15.37º 0.56% 0.85% -
XYZ 38.79 31.21 15.29 -
YUV 151.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 218 128 97 0 0.41 0.56 0.15 15.37 0.62 0.62
Hex DA 80 61 0 29 38 F F 3E 3E
Octal 332 200 141 0 51 70 17 17 76 76
Binary 11011010 10000000 1100001 0 101001 111000 1111 1111 111110 111110

Color Harmonies of #DA8061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8061

Black with #DA8061

Text Example


Text Example

White with #DA8061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8061; }

 p { color: rgb(218,128,97); }

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

background-color css

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

 a { background-color: rgb(218,128,97); }

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

border-color css

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

 span { border-color: rgb(218,128,97); }

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