Html Css Color HEX #D2855A Burning Sand

📋 copy color: '#D2855A'

red 210 ◦ green 133 ◦ blue 90

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

Shades of Burning Sand #D2855A

Tints of Burning Sand #D2855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 48.5%
G = 30.72%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2855A (or 0xD2855A) is known color: Burning Sand. HEX triplet: D2, 85 and 5A. RGB value is (210,133,90). Sum of RGB (Red+Green+Blue) = 210+133+90=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2855A is #2D7AA5. Grayscale: #979797. Windows color (decimal): -2980518 or 5932498. OLE color: 5932498.

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

Color convert

RGB 210 133 90 -
CMYK 0 0.37 0.57 0.18
HSL 21.5º 0.57% 0.59% -
HSV(B) 21.5º 0.57% 0.82% -
XYZ 36.81 31.21 13.76 -
YUV 151.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 210 133 90 0 0.37 0.57 0.18 21.5 0.57 0.59
Hex D2 85 5A 0 25 39 12 16 39 3B
Octal 322 205 132 0 45 71 22 26 71 73
Binary 11010010 10000101 1011010 0 100101 111001 10010 10110 111001 111011

Color Harmonies of #D2855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2855A

Black with #D2855A

Text Example


Text Example

White with #D2855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2855A; }

 p { color: rgb(210,133,90); }

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

background-color css

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

 a { background-color: rgb(210,133,90); }

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

border-color css

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

 span { border-color: rgb(210,133,90); }

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