Html Css Color HEX #D57B64 Burning Sand

📋 copy color: '#D57B64'

red 213 ◦ green 123 ◦ blue 100

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

Shades of Burning Sand #D57B64

Tints of Burning Sand #D57B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 48.85%
G = 28.21%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D57B64 (or 0xD57B64) is known color: Burning Sand. HEX triplet: D5, 7B and 64. RGB value is (213,123,100). Sum of RGB (Red+Green+Blue) = 213+123+100=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57B64 is #2A849B. Grayscale: #939393. Windows color (decimal): -2786460 or 6585301. OLE color: 6585301.

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

Color convert

RGB 213 123 100 -
CMYK 0 0.42 0.53 0.16
HSL 12.21º 0.57% 0.61% -
HSV(B) 12.21º 0.53% 0.84% -
XYZ 36.82 29.23 15.76 -
YUV 147.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 213 123 100 0 0.42 0.53 0.16 12.21 0.57 0.61
Hex D5 7B 64 0 2A 35 10 C 39 3D
Octal 325 173 144 0 52 65 20 14 71 75
Binary 11010101 1111011 1100100 0 101010 110101 10000 1100 111001 111101

Color Harmonies of #D57B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57B64

Black with #D57B64

Text Example


Text Example

White with #D57B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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