Html Css Color HEX #D1875F Burning Sand

📋 copy color: '#D1875F'

red 209 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #D1875F

Tints of Burning Sand #D1875F

RGB

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

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

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

R = 47.61%
G = 30.75%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1875F (or 0xD1875F) is known color: Burning Sand. HEX triplet: D1, 87 and 5F. RGB value is (209,135,95). Sum of RGB (Red+Green+Blue) = 209+135+95=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D1875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1875F is #2E78A0. Grayscale: #989898. Windows color (decimal): -3045537 or 6260689. OLE color: 6260689.

HSL color Cylindrical-coordinate representation of color #D1875F: hue angle of 21.05º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1875F is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 135 95 -
CMYK 0 0.35 0.55 0.18
HSL 21.05º 0.55% 0.6% -
HSV(B) 21.05º 0.55% 0.82% -
XYZ 37.02 31.71 15 -
YUV 152.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 209 135 95 0 0.35 0.55 0.18 21.05 0.55 0.6
Hex D1 87 5F 0 23 37 12 15 37 3C
Octal 321 207 137 0 43 67 22 25 67 74
Binary 11010001 10000111 1011111 0 100011 110111 10010 10101 110111 111100

Color Harmonies of #D1875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1875F

Black with #D1875F

Text Example


Text Example

White with #D1875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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