Html Css Color HEX #D2865D Burning Sand

📋 copy color: '#D2865D'

red 210 ◦ green 134 ◦ blue 93

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

Shades of Burning Sand #D2865D

Tints of Burning Sand #D2865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.66%

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

R = 48.05%
G = 30.66%
B = 21.28%

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

#D2865D (or 0xD2865D) is known color: Burning Sand. HEX triplet: D2, 86 and 5D. RGB value is (210,134,93). Sum of RGB (Red+Green+Blue) = 210+134+93=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2865D is #2D79A2. Grayscale: #989898. Windows color (decimal): -2980259 or 6129362. OLE color: 6129362.

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

Color convert

RGB 210 134 93 -
CMYK 0 0.36 0.56 0.18
HSL 21.03º 0.57% 0.59% -
HSV(B) 21.03º 0.56% 0.82% -
XYZ 37.08 31.54 14.49 -
YUV 152.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 210 134 93 0 0.36 0.56 0.18 21.03 0.57 0.59
Hex D2 86 5D 0 24 38 12 15 39 3B
Octal 322 206 135 0 44 70 22 25 71 73
Binary 11010010 10000110 1011101 0 100100 111000 10010 10101 111001 111011

Color Harmonies of #D2865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2865D

Black with #D2865D

Text Example


Text Example

White with #D2865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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