Html Css Color HEX #DA7E61 Burning Sand

📋 copy color: '#DA7E61'

red 218 ◦ green 126 ◦ blue 97

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

Shades of Burning Sand #DA7E61

Tints of Burning Sand #DA7E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

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

R = 49.43%
G = 28.57%
B = 22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA7E61 (or 0xDA7E61) is known color: Burning Sand. HEX triplet: DA, 7E and 61. RGB value is (218,126,97). Sum of RGB (Red+Green+Blue) = 218+126+97=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E61 is #25819E. Grayscale: #969696. Windows color (decimal): -2458015 or 6389466. OLE color: 6389466.

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

Color convert

RGB 218 126 97 -
CMYK 0 0.42 0.56 0.15
HSL 14.38º 0.62% 0.62% -
HSV(B) 14.38º 0.56% 0.85% -
XYZ 38.53 30.69 15.2 -
YUV 150.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 218 126 97 0 0.42 0.56 0.15 14.38 0.62 0.62
Hex DA 7E 61 0 2A 38 F E 3E 3E
Octal 332 176 141 0 52 70 17 16 76 76
Binary 11011010 1111110 1100001 0 101010 111000 1111 1110 111110 111110

Color Harmonies of #DA7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E61

Black with #DA7E61

Text Example


Text Example

White with #DA7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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