Html Css Color HEX #D48364 Burning Sand

📋 copy color: '#D48364'

red 212 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #D48364

Tints of Burning Sand #D48364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 47.86%
G = 29.57%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48364 (or 0xD48364) is known color: Burning Sand. HEX triplet: D4, 83 and 64. RGB value is (212,131,100). Sum of RGB (Red+Green+Blue) = 212+131+100=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D48364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48364 is #2B7C9B. Grayscale: #979797. Windows color (decimal): -2849948 or 6587348. OLE color: 6587348.

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

Color convert

RGB 212 131 100 -
CMYK 0 0.38 0.53 0.17
HSL 16.61º 0.57% 0.61% -
HSV(B) 16.61º 0.53% 0.83% -
XYZ 37.57 31.15 16.09 -
YUV 151.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 212 131 100 0 0.38 0.53 0.17 16.61 0.57 0.61
Hex D4 83 64 0 26 35 11 11 39 3D
Octal 324 203 144 0 46 65 21 21 71 75
Binary 11010100 10000011 1100100 0 100110 110101 10001 10001 111001 111101

Color Harmonies of #D48364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48364

Black with #D48364

Text Example


Text Example

White with #D48364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48364; }

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

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

background-color css

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

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

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

border-color css

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

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

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