Html Css Color HEX #D57D5C Burning Sand

📋 copy color: '#D57D5C'

red 213 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #D57D5C

Tints of Burning Sand #D57D5C

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

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

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 49.53%
G = 29.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D57D5C (or 0xD57D5C) is known color: Burning Sand. HEX triplet: D5, 7D and 5C. RGB value is (213,125,92). Sum of RGB (Red+Green+Blue) = 213+125+92=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D5C is #2A82A3. Grayscale: #939393. Windows color (decimal): -2785956 or 6061525. OLE color: 6061525.

HSL color Cylindrical-coordinate representation of color #D57D5C: hue angle of 16.36º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D57D5C is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 125 92 -
CMYK 0 0.41 0.57 0.16
HSL 16.36º 0.59% 0.6% -
HSV(B) 16.36º 0.57% 0.84% -
XYZ 36.71 29.59 13.9 -
YUV 147.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 213 125 92 0 0.41 0.57 0.16 16.36 0.59 0.6
Hex D5 7D 5C 0 29 39 10 10 3B 3C
Octal 325 175 134 0 51 71 20 20 73 74
Binary 11010101 1111101 1011100 0 101001 111001 10000 10000 111011 111100

Color Harmonies of #D57D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D5C

Black with #D57D5C

Text Example


Text Example

White with #D57D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D5C; }

 p { color: rgb(213,125,92); }

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

background-color css

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

 a { background-color: rgb(213,125,92); }

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

border-color css

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

 span { border-color: rgb(213,125,92); }

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