Html Css Color HEX #D2875C Burning Sand

📋 copy color: '#D2875C'

red 210 ◦ green 135 ◦ blue 92

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

Shades of Burning Sand #D2875C

Tints of Burning Sand #D2875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.05%

R = 48.05%
G = 30.89%
B = 21.05%

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

#D2875C (or 0xD2875C) is known color: Burning Sand. HEX triplet: D2, 87 and 5C. RGB value is (210,135,92). Sum of RGB (Red+Green+Blue) = 210+135+92=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2875C is #2D78A3. Grayscale: #989898. Windows color (decimal): -2980004 or 6064082. OLE color: 6064082.

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

Color convert

RGB 210 135 92 -
CMYK 0 0.36 0.56 0.18
HSL 21.86º 0.57% 0.59% -
HSV(B) 21.86º 0.56% 0.82% -
XYZ 37.17 31.8 14.3 -
YUV 152.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 210 135 92 0 0.36 0.56 0.18 21.86 0.57 0.59
Hex D2 87 5C 0 24 38 12 16 39 3B
Octal 322 207 134 0 44 70 22 26 71 73
Binary 11010010 10000111 1011100 0 100100 111000 10010 10110 111001 111011

Color Harmonies of #D2875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2875C

Black with #D2875C

Text Example


Text Example

White with #D2875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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