Html Css Color HEX #D87B5C Burning Sand

📋 copy color: '#D87B5C'

red 216 ◦ green 123 ◦ blue 92

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

Shades of Burning Sand #D87B5C

Tints of Burning Sand #D87B5C

RGB

 RED value IS 216 (84.77% from 255) = 50.12%

 GREEN value IS 123 (48.44% from 255) = 28.54%

 BLUE value IS 92 (36.33% from 255) = 21.35%

R = 50.12%
G = 28.54%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D87B5C (or 0xD87B5C) is known color: Burning Sand. HEX triplet: D8, 7B and 5C. RGB value is (216,123,92). Sum of RGB (Red+Green+Blue) = 216+123+92=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B5C is #2784A3. Grayscale: #939393. Windows color (decimal): -2589860 or 6061016. OLE color: 6061016.

HSL color Cylindrical-coordinate representation of color #D87B5C: hue angle of 15º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D87B5C is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 123 92 -
CMYK 0 0.43 0.57 0.15
HSL 15º 0.61% 0.6% -
HSV(B) 15º 0.57% 0.85% -
XYZ 37.33 29.54 13.86 -
YUV 147.27 96.81 177.02 -
System Red Green Blue C M Y K H S L
Decimal 216 123 92 0 0.43 0.57 0.15 15 0.61 0.6
Hex D8 7B 5C 0 2B 39 F F 3D 3C
Octal 330 173 134 0 53 71 17 17 75 74
Binary 11011000 1111011 1011100 0 101011 111001 1111 1111 111101 111100

Color Harmonies of #D87B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87B5C

Black with #D87B5C

Text Example


Text Example

White with #D87B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87B5C; }

 p { color: rgb(216,123,92); }

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

background-color css

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

 a { background-color: rgb(216,123,92); }

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

border-color css

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

 span { border-color: rgb(216,123,92); }

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