Html Css Color HEX #D48257 Burning Sand

📋 copy color: '#D48257'

red 212 ◦ green 130 ◦ blue 87

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

Shades of Burning Sand #D48257

Tints of Burning Sand #D48257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 49.42%
G = 30.3%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D48257 (or 0xD48257) is known color: Burning Sand. HEX triplet: D4, 82 and 57. RGB value is (212,130,87). Sum of RGB (Red+Green+Blue) = 212+130+87=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D48257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48257 is #2B7DA8. Grayscale: #959595. Windows color (decimal): -2850217 or 5735124. OLE color: 5735124.

HSL color Cylindrical-coordinate representation of color #D48257: hue angle of 20.64º 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 #D48257 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 87 -
CMYK 0 0.39 0.59 0.17
HSL 20.64º 0.59% 0.59% -
HSV(B) 20.64º 0.59% 0.83% -
XYZ 36.85 30.65 12.99 -
YUV 149.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 212 130 87 0 0.39 0.59 0.17 20.64 0.59 0.59
Hex D4 82 57 0 27 3B 11 15 3B 3B
Octal 324 202 127 0 47 73 21 25 73 73
Binary 11010100 10000010 1010111 0 100111 111011 10001 10101 111011 111011

Color Harmonies of #D48257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48257

Black with #D48257

Text Example


Text Example

White with #D48257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48257; }

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

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

background-color css

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

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

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

border-color css

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

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

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