Html Css Color HEX #D57B5F Burning Sand

📋 copy color: '#D57B5F'

red 213 ◦ green 123 ◦ blue 95

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

Shades of Burning Sand #D57B5F

Tints of Burning Sand #D57B5F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 49.42%
G = 28.54%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D57B5F (or 0xD57B5F) is known color: Burning Sand. HEX triplet: D5, 7B and 5F. RGB value is (213,123,95). Sum of RGB (Red+Green+Blue) = 213+123+95=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B5F is #2A84A0. Grayscale: #929292. Windows color (decimal): -2786465 or 6257621. OLE color: 6257621.

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

Color convert

RGB 213 123 95 -
CMYK 0 0.42 0.55 0.16
HSL 14.24º 0.58% 0.6% -
HSV(B) 14.24º 0.55% 0.84% -
XYZ 36.59 29.14 14.52 -
YUV 146.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 213 123 95 0 0.42 0.55 0.16 14.24 0.58 0.6
Hex D5 7B 5F 0 2A 37 10 E 3A 3C
Octal 325 173 137 0 52 67 20 16 72 74
Binary 11010101 1111011 1011111 0 101010 110111 10000 1110 111010 111100

Color Harmonies of #D57B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B5F

Black with #D57B5F

Text Example


Text Example

White with #D57B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B5F; }

 p { color: rgb(213,123,95); }

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

background-color css

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

 a { background-color: rgb(213,123,95); }

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

border-color css

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

 span { border-color: rgb(213,123,95); }

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