Html Css Color HEX #DA7D63 Burning Sand

📋 copy color: '#DA7D63'

red 218 ◦ green 125 ◦ blue 99

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

Shades of Burning Sand #DA7D63

Tints of Burning Sand #DA7D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 49.32%
G = 28.28%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA7D63 (or 0xDA7D63) is known color: Burning Sand. HEX triplet: DA, 7D and 63. RGB value is (218,125,99). Sum of RGB (Red+Green+Blue) = 218+125+99=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D63 is #25829C. Grayscale: #969696. Windows color (decimal): -2458269 or 6520282. OLE color: 6520282.

HSL color Cylindrical-coordinate representation of color #DA7D63: hue angle of 13.11º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA7D63 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 125 99 -
CMYK 0 0.43 0.55 0.15
HSL 13.11º 0.62% 0.62% -
HSV(B) 13.11º 0.55% 0.85% -
XYZ 38.5 30.47 15.66 -
YUV 149.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 218 125 99 0 0.43 0.55 0.15 13.11 0.62 0.62
Hex DA 7D 63 0 2B 37 F D 3E 3E
Octal 332 175 143 0 53 67 17 15 76 76
Binary 11011010 1111101 1100011 0 101011 110111 1111 1101 111110 111110

Color Harmonies of #DA7D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D63

Black with #DA7D63

Text Example


Text Example

White with #DA7D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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