Html Css Color HEX #D48557 Burning Sand

📋 copy color: '#D48557'

red 212 ◦ green 133 ◦ blue 87

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

Shades of Burning Sand #D48557

Tints of Burning Sand #D48557

RGB

 RED value IS 212 (83.2% from 255) = 49.07%

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 87 (34.38% from 255) = 20.14%

R = 49.07%
G = 30.79%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D48557 (or 0xD48557) is known color: Burning Sand. HEX triplet: D4, 85 and 57. RGB value is (212,133,87). Sum of RGB (Red+Green+Blue) = 212+133+87=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D48557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48557 is #2B7AA8. Grayscale: #979797. Windows color (decimal): -2849449 or 5735892. OLE color: 5735892.

HSL color Cylindrical-coordinate representation of color #D48557: hue angle of 22.08º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D48557 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 133 87 -
CMYK 0 0.37 0.59 0.17
HSL 22.08º 0.59% 0.59% -
HSV(B) 22.08º 0.59% 0.83% -
XYZ 37.26 31.46 13.13 -
YUV 151.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 212 133 87 0 0.37 0.59 0.17 22.08 0.59 0.59
Hex D4 85 57 0 25 3B 11 16 3B 3B
Octal 324 205 127 0 45 73 21 26 73 73
Binary 11010100 10000101 1010111 0 100101 111011 10001 10110 111011 111011

Color Harmonies of #D48557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48557

Black with #D48557

Text Example


Text Example

White with #D48557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48557; }

 p { color: rgb(212,133,87); }

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

background-color css

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

 a { background-color: rgb(212,133,87); }

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

border-color css

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

 span { border-color: rgb(212,133,87); }

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