Html Css Color HEX #D48460 Burning Sand

📋 copy color: '#D48460'

red 212 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D48460

Tints of Burning Sand #D48460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 48.18%
G = 30%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D48460 (or 0xD48460) is known color: Burning Sand. HEX triplet: D4, 84 and 60. RGB value is (212,132,96). Sum of RGB (Red+Green+Blue) = 212+132+96=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D48460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48460 is #2B7B9F. Grayscale: #989898. Windows color (decimal): -2849696 or 6325460. OLE color: 6325460.

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

Color convert

RGB 212 132 96 -
CMYK 0 0.38 0.55 0.17
HSL 18.62º 0.57% 0.6% -
HSV(B) 18.62º 0.55% 0.83% -
XYZ 37.51 31.34 15.14 -
YUV 151.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 212 132 96 0 0.38 0.55 0.17 18.62 0.57 0.6
Hex D4 84 60 0 26 37 11 13 39 3C
Octal 324 204 140 0 46 67 21 23 71 74
Binary 11010100 10000100 1100000 0 100110 110111 10001 10011 111001 111100

Color Harmonies of #D48460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48460

Black with #D48460

Text Example


Text Example

White with #D48460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48460; }

 p { color: rgb(212,132,96); }

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

background-color css

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

 a { background-color: rgb(212,132,96); }

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

border-color css

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

 span { border-color: rgb(212,132,96); }

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