Html Css Color HEX #D87F68 Burning Sand

📋 copy color: '#D87F68'

red 216 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #D87F68

Tints of Burning Sand #D87F68

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 48.32%
G = 28.41%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D87F68 (or 0xD87F68) is known color: Burning Sand. HEX triplet: D8, 7F and 68. RGB value is (216,127,104). Sum of RGB (Red+Green+Blue) = 216+127+104=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F68 is #278097. Grayscale: #979797. Windows color (decimal): -2588824 or 6848472. OLE color: 6848472.

HSL color Cylindrical-coordinate representation of color #D87F68: hue angle of 12.32º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D87F68 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 127 104 -
CMYK 0 0.41 0.52 0.15
HSL 12.32º 0.59% 0.63% -
HSV(B) 12.32º 0.52% 0.85% -
XYZ 38.41 30.78 17.01 -
YUV 150.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 216 127 104 0 0.41 0.52 0.15 12.32 0.59 0.63
Hex D8 7F 68 0 29 34 F C 3B 3F
Octal 330 177 150 0 51 64 17 14 73 77
Binary 11011000 1111111 1101000 0 101001 110100 1111 1100 111011 111111

Color Harmonies of #D87F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F68

Black with #D87F68

Text Example


Text Example

White with #D87F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F68; }

 p { color: rgb(216,127,104); }

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

background-color css

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

 a { background-color: rgb(216,127,104); }

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

border-color css

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

 span { border-color: rgb(216,127,104); }

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