Html Css Color HEX #D48863 Burning Sand

📋 copy color: '#D48863'

red 212 ◦ green 136 ◦ blue 99

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

Shades of Burning Sand #D48863

Tints of Burning Sand #D48863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.43%

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

R = 47.43%
G = 30.43%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48863 (or 0xD48863) is known color: Burning Sand. HEX triplet: D4, 88 and 63. RGB value is (212,136,99). Sum of RGB (Red+Green+Blue) = 212+136+99=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D48863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48863 is #2B779C. Grayscale: #9A9A9A. Windows color (decimal): -2848669 or 6523092. OLE color: 6523092.

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

Color convert

RGB 212 136 99 -
CMYK 0 0.36 0.53 0.17
HSL 19.65º 0.57% 0.61% -
HSV(B) 19.65º 0.53% 0.83% -
XYZ 38.21 32.51 16.06 -
YUV 154.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 212 136 99 0 0.36 0.53 0.17 19.65 0.57 0.61
Hex D4 88 63 0 24 35 11 14 39 3D
Octal 324 210 143 0 44 65 21 24 71 75
Binary 11010100 10001000 1100011 0 100100 110101 10001 10100 111001 111101

Color Harmonies of #D48863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48863

Black with #D48863

Text Example


Text Example

White with #D48863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48863; }

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

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

background-color css

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

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

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

border-color css

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

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

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