Html Css Color HEX #D2875D Burning Sand

📋 copy color: '#D2875D'

red 210 ◦ green 135 ◦ blue 93

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

Shades of Burning Sand #D2875D

Tints of Burning Sand #D2875D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.23%

R = 47.95%
G = 30.82%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2875D (or 0xD2875D) is known color: Burning Sand. HEX triplet: D2, 87 and 5D. RGB value is (210,135,93). Sum of RGB (Red+Green+Blue) = 210+135+93=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2875D is #2D78A2. Grayscale: #989898. Windows color (decimal): -2980003 or 6129618. OLE color: 6129618.

HSL color Cylindrical-coordinate representation of color #D2875D: hue angle of 21.54º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2875D is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 135 93 -
CMYK 0 0.36 0.56 0.18
HSL 21.54º 0.57% 0.59% -
HSV(B) 21.54º 0.56% 0.82% -
XYZ 37.22 31.82 14.54 -
YUV 152.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 210 135 93 0 0.36 0.56 0.18 21.54 0.57 0.59
Hex D2 87 5D 0 24 38 12 16 39 3B
Octal 322 207 135 0 44 70 22 26 71 73
Binary 11010010 10000111 1011101 0 100100 111000 10010 10110 111001 111011

Color Harmonies of #D2875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2875D

Black with #D2875D

Text Example


Text Example

White with #D2875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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