Html Css Color HEX #DA8356 Burning Sand

📋 copy color: '#DA8356'

red 218 ◦ green 131 ◦ blue 86

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

Shades of Burning Sand #DA8356

Tints of Burning Sand #DA8356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 86 (33.98% from 255) = 19.77%

R = 50.11%
G = 30.11%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA8356 (or 0xDA8356) is known color: Burning Sand. HEX triplet: DA, 83 and 56. RGB value is (218,131,86). Sum of RGB (Red+Green+Blue) = 218+131+86=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8356 is #257CA9. Grayscale: #989898. Windows color (decimal): -2456746 or 5669850. OLE color: 5669850.

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

Color convert

RGB 218 131 86 -
CMYK 0 0.40 0.61 0.15
HSL 20.45º 0.64% 0.6% -
HSV(B) 20.45º 0.61% 0.85% -
XYZ 38.71 31.81 12.9 -
YUV 151.88 90.82 175.16 -
System Red Green Blue C M Y K H S L
Decimal 218 131 86 0 0.40 0.61 0.15 20.45 0.64 0.6
Hex DA 83 56 0 28 3D F 14 40 3C
Octal 332 203 126 0 50 75 17 24 100 74
Binary 11011010 10000011 1010110 0 101000 111101 1111 10100 1000000 111100

Color Harmonies of #DA8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8356

Black with #DA8356

Text Example


Text Example

White with #DA8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8356; }

 p { color: rgb(218,131,86); }

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

background-color css

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

 a { background-color: rgb(218,131,86); }

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

border-color css

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

 span { border-color: rgb(218,131,86); }

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