Html Css Color HEX #D2875F Burning Sand

📋 copy color: '#D2875F'

red 210 ◦ green 135 ◦ blue 95

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

Shades of Burning Sand #D2875F

Tints of Burning Sand #D2875F

RGB

 RED value IS 210 (82.42% from 255) = 47.73%

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

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

R = 47.73%
G = 30.68%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2875F (or 0xD2875F) is known color: Burning Sand. HEX triplet: D2, 87 and 5F. RGB value is (210,135,95). Sum of RGB (Red+Green+Blue) = 210+135+95=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2875F is #2D78A0. Grayscale: #999999. Windows color (decimal): -2980001 or 6260690. OLE color: 6260690.

HSL color Cylindrical-coordinate representation of color #D2875F: hue angle of 20.87º degrees, saturation: 0.56, 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 #D2875F is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 95 -
CMYK 0 0.36 0.55 0.18
HSL 20.87º 0.56% 0.6% -
HSV(B) 20.87º 0.55% 0.82% -
XYZ 37.31 31.86 15.01 -
YUV 152.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 210 135 95 0 0.36 0.55 0.18 20.87 0.56 0.6
Hex D2 87 5F 0 24 37 12 15 38 3C
Octal 322 207 137 0 44 67 22 25 70 74
Binary 11010010 10000111 1011111 0 100100 110111 10010 10101 111000 111100

Color Harmonies of #D2875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2875F

Black with #D2875F

Text Example


Text Example

White with #D2875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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