Html Css Color HEX #DA805F Burning Sand

📋 copy color: '#DA805F'

red 218 ◦ green 128 ◦ blue 95

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

Shades of Burning Sand #DA805F

Tints of Burning Sand #DA805F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.54%

R = 49.43%
G = 29.02%
B = 21.54%

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

#DA805F (or 0xDA805F) is known color: Burning Sand. HEX triplet: DA, 80 and 5F. RGB value is (218,128,95). Sum of RGB (Red+Green+Blue) = 218+128+95=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA805F is #257FA0. Grayscale: #979797. Windows color (decimal): -2457505 or 6258906. OLE color: 6258906.

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

Color convert

RGB 218 128 95 -
CMYK 0 0.41 0.56 0.15
HSL 16.1º 0.62% 0.61% -
HSV(B) 16.1º 0.56% 0.85% -
XYZ 38.7 31.17 14.8 -
YUV 151.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 218 128 95 0 0.41 0.56 0.15 16.1 0.62 0.61
Hex DA 80 5F 0 29 38 F 10 3E 3D
Octal 332 200 137 0 51 70 17 20 76 75
Binary 11011010 10000000 1011111 0 101001 111000 1111 10000 111110 111101

Color Harmonies of #DA805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA805F

Black with #DA805F

Text Example


Text Example

White with #DA805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA805F; }

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

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

background-color css

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

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

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

border-color css

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

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

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