Html Css Color HEX #D48358 Burning Sand

📋 copy color: '#D48358'

red 212 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #D48358

Tints of Burning Sand #D48358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 88 (34.77% from 255) = 20.42%

R = 49.19%
G = 30.39%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48358 (or 0xD48358) is known color: Burning Sand. HEX triplet: D4, 83 and 58. RGB value is (212,131,88). Sum of RGB (Red+Green+Blue) = 212+131+88=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D48358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48358 is #2B7CA7. Grayscale: #969696. Windows color (decimal): -2849960 or 5800916. OLE color: 5800916.

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

Color convert

RGB 212 131 88 -
CMYK 0 0.38 0.58 0.17
HSL 20.81º 0.59% 0.59% -
HSV(B) 20.81º 0.58% 0.83% -
XYZ 37.03 30.93 13.25 -
YUV 150.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 212 131 88 0 0.38 0.58 0.17 20.81 0.59 0.59
Hex D4 83 58 0 26 3A 11 15 3B 3B
Octal 324 203 130 0 46 72 21 25 73 73
Binary 11010100 10000011 1011000 0 100110 111010 10001 10101 111011 111011

Color Harmonies of #D48358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48358

Black with #D48358

Text Example


Text Example

White with #D48358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48358; }

 p { color: rgb(212,131,88); }

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

background-color css

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

 a { background-color: rgb(212,131,88); }

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

border-color css

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

 span { border-color: rgb(212,131,88); }

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