Html Css Color HEX #D48368 Burning Sand

📋 copy color: '#D48368'

red 212 ◦ green 131 ◦ blue 104

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

Shades of Burning Sand #D48368

Tints of Burning Sand #D48368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 47.43%
G = 29.31%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48368 (or 0xD48368) is known color: Burning Sand. HEX triplet: D4, 83 and 68. RGB value is (212,131,104). Sum of RGB (Red+Green+Blue) = 212+131+104=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D48368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48368 is #2B7C97. Grayscale: #989898. Windows color (decimal): -2849944 or 6849492. OLE color: 6849492.

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

Color convert

RGB 212 131 104 -
CMYK 0 0.38 0.51 0.17
HSL 15º 0.56% 0.62% -
HSV(B) 15º 0.51% 0.83% -
XYZ 37.77 31.23 17.13 -
YUV 152.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 212 131 104 0 0.38 0.51 0.17 15 0.56 0.62
Hex D4 83 68 0 26 33 11 F 38 3E
Octal 324 203 150 0 46 63 21 17 70 76
Binary 11010100 10000011 1101000 0 100110 110011 10001 1111 111000 111110

Color Harmonies of #D48368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48368

Black with #D48368

Text Example


Text Example

White with #D48368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48368; }

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

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

background-color css

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

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

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

border-color css

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

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

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