Html Css Color HEX #DA7E65 Burning Sand

📋 copy color: '#DA7E65'

red 218 ◦ green 126 ◦ blue 101

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

Shades of Burning Sand #DA7E65

Tints of Burning Sand #DA7E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.7%

R = 48.99%
G = 28.31%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA7E65 (or 0xDA7E65) is known color: Burning Sand. HEX triplet: DA, 7E and 65. RGB value is (218,126,101). Sum of RGB (Red+Green+Blue) = 218+126+101=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E65 is #25819A. Grayscale: #969696. Windows color (decimal): -2458011 or 6651610. OLE color: 6651610.

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

Color convert

RGB 218 126 101 -
CMYK 0 0.42 0.54 0.15
HSL 12.82º 0.61% 0.63% -
HSV(B) 12.82º 0.54% 0.85% -
XYZ 38.72 30.77 16.21 -
YUV 150.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 218 126 101 0 0.42 0.54 0.15 12.82 0.61 0.63
Hex DA 7E 65 0 2A 36 F D 3D 3F
Octal 332 176 145 0 52 66 17 15 75 77
Binary 11011010 1111110 1100101 0 101010 110110 1111 1101 111101 111111

Color Harmonies of #DA7E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E65

Black with #DA7E65

Text Example


Text Example

White with #DA7E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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