Html Css Color HEX #DA7D66 Burning Sand

📋 copy color: '#DA7D66'

red 218 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #DA7D66

Tints of Burning Sand #DA7D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.09%

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

R = 48.99%
G = 28.09%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA7D66 (or 0xDA7D66) is known color: Burning Sand. HEX triplet: DA, 7D and 66. RGB value is (218,125,102). Sum of RGB (Red+Green+Blue) = 218+125+102=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D66 is #258299. Grayscale: #969696. Windows color (decimal): -2458266 or 6716890. OLE color: 6716890.

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

Color convert

RGB 218 125 102 -
CMYK 0 0.43 0.53 0.15
HSL 11.9º 0.61% 0.63% -
HSV(B) 11.9º 0.53% 0.85% -
XYZ 38.65 30.53 16.43 -
YUV 150.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 218 125 102 0 0.43 0.53 0.15 11.9 0.61 0.63
Hex DA 7D 66 0 2B 35 F C 3D 3F
Octal 332 175 146 0 53 65 17 14 75 77
Binary 11011010 1111101 1100110 0 101011 110101 1111 1100 111101 111111

Color Harmonies of #DA7D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D66

Black with #DA7D66

Text Example


Text Example

White with #DA7D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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