Html Css Color HEX #D2885E Burning Sand

📋 copy color: '#D2885E'

red 210 ◦ green 136 ◦ blue 94

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

Shades of Burning Sand #D2885E

Tints of Burning Sand #D2885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

 BLUE value IS 94 (37.11% from 255) = 21.36%

R = 47.73%
G = 30.91%
B = 21.36%

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

#D2885E (or 0xD2885E) is known color: Burning Sand. HEX triplet: D2, 88 and 5E. RGB value is (210,136,94). Sum of RGB (Red+Green+Blue) = 210+136+94=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885E is #2D77A1. Grayscale: #999999. Windows color (decimal): -2979746 or 6195410. OLE color: 6195410.

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

Color convert

RGB 210 136 94 -
CMYK 0 0.35 0.55 0.18
HSL 21.72º 0.56% 0.6% -
HSV(B) 21.72º 0.55% 0.82% -
XYZ 37.4 32.12 14.82 -
YUV 153.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 210 136 94 0 0.35 0.55 0.18 21.72 0.56 0.6
Hex D2 88 5E 0 23 37 12 16 38 3C
Octal 322 210 136 0 43 67 22 26 70 74
Binary 11010010 10001000 1011110 0 100011 110111 10010 10110 111000 111100

Color Harmonies of #D2885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2885E

Black with #D2885E

Text Example


Text Example

White with #D2885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2885E; }

 p { color: rgb(210,136,94); }

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

background-color css

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

 a { background-color: rgb(210,136,94); }

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

border-color css

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

 span { border-color: rgb(210,136,94); }

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