Html Css Color HEX #DA7F56 Burning Sand

📋 copy color: '#DA7F56'

red 218 ◦ green 127 ◦ blue 86

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

Shades of Burning Sand #DA7F56

Tints of Burning Sand #DA7F56

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 50.58%
G = 29.47%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#DA7F56 (or 0xDA7F56) is known color: Burning Sand. HEX triplet: DA, 7F and 56. RGB value is (218,127,86). Sum of RGB (Red+Green+Blue) = 218+127+86=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F56 is #2580A9. Grayscale: #959595. Windows color (decimal): -2457770 or 5668826. OLE color: 5668826.

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

Color convert

RGB 218 127 86 -
CMYK 0 0.42 0.61 0.15
HSL 18.64º 0.64% 0.6% -
HSV(B) 18.64º 0.61% 0.85% -
XYZ 38.18 30.76 12.73 -
YUV 149.54 92.15 176.83 -
System Red Green Blue C M Y K H S L
Decimal 218 127 86 0 0.42 0.61 0.15 18.64 0.64 0.6
Hex DA 7F 56 0 2A 3D F 13 40 3C
Octal 332 177 126 0 52 75 17 23 100 74
Binary 11011010 1111111 1010110 0 101010 111101 1111 10011 1000000 111100

Color Harmonies of #DA7F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F56

Black with #DA7F56

Text Example


Text Example

White with #DA7F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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