Html Css Color HEX #D48456 Burning Sand

📋 copy color: '#D48456'

red 212 ◦ green 132 ◦ blue 86

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

Shades of Burning Sand #D48456

Tints of Burning Sand #D48456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20%

R = 49.3%
G = 30.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D48456 (or 0xD48456) is known color: Burning Sand. HEX triplet: D4, 84 and 56. RGB value is (212,132,86). Sum of RGB (Red+Green+Blue) = 212+132+86=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D48456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48456 is #2B7BA9. Grayscale: #969696. Windows color (decimal): -2849706 or 5670100. OLE color: 5670100.

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

Color convert

RGB 212 132 86 -
CMYK 0 0.38 0.59 0.17
HSL 21.9º 0.59% 0.58% -
HSV(B) 21.9º 0.59% 0.83% -
XYZ 37.08 31.17 12.87 -
YUV 150.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 212 132 86 0 0.38 0.59 0.17 21.9 0.59 0.58
Hex D4 84 56 0 26 3B 11 16 3B 3A
Octal 324 204 126 0 46 73 21 26 73 72
Binary 11010100 10000100 1010110 0 100110 111011 10001 10110 111011 111010

Color Harmonies of #D48456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48456

Black with #D48456

Text Example


Text Example

White with #D48456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48456; }

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

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

background-color css

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

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

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

border-color css

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

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

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