Html Css Color HEX #DA7D59 Burning Sand

📋 copy color: '#DA7D59'

red 218 ◦ green 125 ◦ blue 89

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

Shades of Burning Sand #DA7D59

Tints of Burning Sand #DA7D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 20.6%

R = 50.46%
G = 28.94%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA7D59 (or 0xDA7D59) is known color: Burning Sand. HEX triplet: DA, 7D and 59. RGB value is (218,125,89). Sum of RGB (Red+Green+Blue) = 218+125+89=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D59 is #2582A6. Grayscale: #949494. Windows color (decimal): -2458279 or 5864922. OLE color: 5864922.

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

Color convert

RGB 218 125 89 -
CMYK 0 0.43 0.59 0.15
HSL 16.74º 0.64% 0.6% -
HSV(B) 16.74º 0.59% 0.85% -
XYZ 38.05 30.29 13.29 -
YUV 148.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 218 125 89 0 0.43 0.59 0.15 16.74 0.64 0.6
Hex DA 7D 59 0 2B 3B F 11 40 3C
Octal 332 175 131 0 53 73 17 21 100 74
Binary 11011010 1111101 1011001 0 101011 111011 1111 10001 1000000 111100

Color Harmonies of #DA7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7D59

Black with #DA7D59

Text Example


Text Example

White with #DA7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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