Html Css Color HEX #DA7E66 Burning Sand

📋 copy color: '#DA7E66'

red 218 ◦ green 126 ◦ blue 102

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

Shades of Burning Sand #DA7E66

Tints of Burning Sand #DA7E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.87%

R = 48.88%
G = 28.25%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7E66 (or 0xDA7E66) is known color: Burning Sand. HEX triplet: DA, 7E and 66. RGB value is (218,126,102). Sum of RGB (Red+Green+Blue) = 218+126+102=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E66 is #258199. Grayscale: #969696. Windows color (decimal): -2458010 or 6717146. OLE color: 6717146.

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

Color convert

RGB 218 126 102 -
CMYK 0 0.42 0.53 0.15
HSL 12.41º 0.61% 0.63% -
HSV(B) 12.41º 0.53% 0.85% -
XYZ 38.77 30.79 16.47 -
YUV 150.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 218 126 102 0 0.42 0.53 0.15 12.41 0.61 0.63
Hex DA 7E 66 0 2A 35 F C 3D 3F
Octal 332 176 146 0 52 65 17 14 75 77
Binary 11011010 1111110 1100110 0 101010 110101 1111 1100 111101 111111

Color Harmonies of #DA7E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E66

Black with #DA7E66

Text Example


Text Example

White with #DA7E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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