Html Css Color HEX #D6875F Burning Sand

📋 copy color: '#D6875F'

red 214 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #D6875F

Tints of Burning Sand #D6875F

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

 GREEN value IS 135 (53.13% from 255) = 30.41%

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 48.2%
G = 30.41%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6875F (or 0xD6875F) is known color: Burning Sand. HEX triplet: D6, 87 and 5F. RGB value is (214,135,95). Sum of RGB (Red+Green+Blue) = 214+135+95=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D6875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6875F is #2978A0. Grayscale: #9A9A9A. Windows color (decimal): -2717857 or 6260694. OLE color: 6260694.

HSL color Cylindrical-coordinate representation of color #D6875F: hue angle of 20.17º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6875F is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 135 95 -
CMYK 0 0.37 0.56 0.16
HSL 20.17º 0.59% 0.61% -
HSV(B) 20.17º 0.56% 0.84% -
XYZ 38.46 32.45 15.06 -
YUV 154.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 214 135 95 0 0.37 0.56 0.16 20.17 0.59 0.61
Hex D6 87 5F 0 25 38 10 14 3B 3D
Octal 326 207 137 0 45 70 20 24 73 75
Binary 11010110 10000111 1011111 0 100101 111000 10000 10100 111011 111101

Color Harmonies of #D6875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6875F

Black with #D6875F

Text Example


Text Example

White with #D6875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6875F; }

 p { color: rgb(214,135,95); }

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

background-color css

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

 a { background-color: rgb(214,135,95); }

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

border-color css

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

 span { border-color: rgb(214,135,95); }

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