Html Css Color HEX #D18355 Burning Sand

📋 copy color: '#D18355'

red 209 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #D18355

Tints of Burning Sand #D18355

RGB

 RED value IS 209 (82.03% from 255) = 49.18%

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

 BLUE value IS 85 (33.59% from 255) = 20%

R = 49.18%
G = 30.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D18355 (or 0xD18355) is known color: Burning Sand. HEX triplet: D1, 83 and 55. RGB value is (209,131,85). Sum of RGB (Red+Green+Blue) = 209+131+85=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D18355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18355 is #2E7CAA. Grayscale: #959595. Windows color (decimal): -3046571 or 5604305. OLE color: 5604305.

HSL color Cylindrical-coordinate representation of color #D18355: hue angle of 22.26º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D18355 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 85 -
CMYK 0 0.37 0.59 0.18
HSL 22.26º 0.57% 0.58% -
HSV(B) 22.26º 0.59% 0.82% -
XYZ 36.05 30.44 12.57 -
YUV 149.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 209 131 85 0 0.37 0.59 0.18 22.26 0.57 0.58
Hex D1 83 55 0 25 3B 12 16 39 3A
Octal 321 203 125 0 45 73 22 26 71 72
Binary 11010001 10000011 1010101 0 100101 111011 10010 10110 111001 111010

Color Harmonies of #D18355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18355

Black with #D18355

Text Example


Text Example

White with #D18355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18355; }

 p { color: rgb(209,131,85); }

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

background-color css

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

 a { background-color: rgb(209,131,85); }

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

border-color css

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

 span { border-color: rgb(209,131,85); }

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