Html Css Color HEX #D48063 Burning Sand

📋 copy color: '#D48063'

red 212 ◦ green 128 ◦ blue 99

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

Shades of Burning Sand #D48063

Tints of Burning Sand #D48063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 48.29%
G = 29.16%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48063 (or 0xD48063) is known color: Burning Sand. HEX triplet: D4, 80 and 63. RGB value is (212,128,99). Sum of RGB (Red+Green+Blue) = 212+128+99=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D48063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48063 is #2B7F9C. Grayscale: #969696. Windows color (decimal): -2850717 or 6521044. OLE color: 6521044.

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

Color convert

RGB 212 128 99 -
CMYK 0 0.40 0.53 0.17
HSL 15.4º 0.57% 0.61% -
HSV(B) 15.4º 0.53% 0.83% -
XYZ 37.12 30.34 15.7 -
YUV 149.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 212 128 99 0 0.40 0.53 0.17 15.4 0.57 0.61
Hex D4 80 63 0 28 35 11 F 39 3D
Octal 324 200 143 0 50 65 21 17 71 75
Binary 11010100 10000000 1100011 0 101000 110101 10001 1111 111001 111101

Color Harmonies of #D48063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48063

Black with #D48063

Text Example


Text Example

White with #D48063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48063; }

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

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

background-color css

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

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

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

border-color css

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

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

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