Html Css Color HEX #DA7F60 Burning Sand

📋 copy color: '#DA7F60'

red 218 ◦ green 127 ◦ blue 96

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

Shades of Burning Sand #DA7F60

Tints of Burning Sand #DA7F60

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 49.43%
G = 28.8%
B = 21.77%

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

#DA7F60 (or 0xDA7F60) is known color: Burning Sand. HEX triplet: DA, 7F and 60. RGB value is (218,127,96). Sum of RGB (Red+Green+Blue) = 218+127+96=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F60 is #25809F. Grayscale: #969696. Windows color (decimal): -2457760 or 6324186. OLE color: 6324186.

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

Color convert

RGB 218 127 96 -
CMYK 0 0.42 0.56 0.15
HSL 15.25º 0.62% 0.62% -
HSV(B) 15.25º 0.56% 0.85% -
XYZ 38.61 30.93 15 -
YUV 150.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 218 127 96 0 0.42 0.56 0.15 15.25 0.62 0.62
Hex DA 7F 60 0 2A 38 F F 3E 3E
Octal 332 177 140 0 52 70 17 17 76 76
Binary 11011010 1111111 1100000 0 101010 111000 1111 1111 111110 111110

Color Harmonies of #DA7F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F60

Black with #DA7F60

Text Example


Text Example

White with #DA7F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F60; }

 p { color: rgb(218,127,96); }

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

background-color css

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

 a { background-color: rgb(218,127,96); }

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

border-color css

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

 span { border-color: rgb(218,127,96); }

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