Html Css Color HEX #D48263 Burning Sand

📋 copy color: '#D48263'

red 212 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #D48263

Tints of Burning Sand #D48263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.45%

R = 48.07%
G = 29.48%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48263 (or 0xD48263) is known color: Burning Sand. HEX triplet: D4, 82 and 63. RGB value is (212,130,99). Sum of RGB (Red+Green+Blue) = 212+130+99=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D48263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48263 is #2B7D9C. Grayscale: #979797. Windows color (decimal): -2850205 or 6521556. OLE color: 6521556.

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

Color convert

RGB 212 130 99 -
CMYK 0 0.39 0.53 0.17
HSL 16.46º 0.57% 0.61% -
HSV(B) 16.46º 0.53% 0.83% -
XYZ 37.39 30.86 15.79 -
YUV 150.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 212 130 99 0 0.39 0.53 0.17 16.46 0.57 0.61
Hex D4 82 63 0 27 35 11 10 39 3D
Octal 324 202 143 0 47 65 21 20 71 75
Binary 11010100 10000010 1100011 0 100111 110101 10001 10000 111001 111101

Color Harmonies of #D48263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48263

Black with #D48263

Text Example


Text Example

White with #D48263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48263; }

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

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

background-color css

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

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

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

border-color css

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

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

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