Html Css Color HEX #D57D66 Burning Sand

📋 copy color: '#D57D66'

red 213 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #D57D66

Tints of Burning Sand #D57D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.18%

R = 48.41%
G = 28.41%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D57D66 (or 0xD57D66) is known color: Burning Sand. HEX triplet: D5, 7D and 66. RGB value is (213,125,102). Sum of RGB (Red+Green+Blue) = 213+125+102=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57D66 is #2A8299. Grayscale: #949494. Windows color (decimal): -2785946 or 6716885. OLE color: 6716885.

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

Color convert

RGB 213 125 102 -
CMYK 0 0.41 0.52 0.16
HSL 12.43º 0.57% 0.62% -
HSV(B) 12.43º 0.52% 0.84% -
XYZ 37.17 29.77 16.36 -
YUV 148.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 213 125 102 0 0.41 0.52 0.16 12.43 0.57 0.62
Hex D5 7D 66 0 29 34 10 C 39 3E
Octal 325 175 146 0 51 64 20 14 71 76
Binary 11010101 1111101 1100110 0 101001 110100 10000 1100 111001 111110

Color Harmonies of #D57D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57D66

Black with #D57D66

Text Example


Text Example

White with #D57D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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