Html Css Color HEX #D2845A Burning Sand

📋 copy color: '#D2845A'

red 210 ◦ green 132 ◦ blue 90

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

Shades of Burning Sand #D2845A

Tints of Burning Sand #D2845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

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

R = 48.61%
G = 30.56%
B = 20.83%

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

#D2845A (or 0xD2845A) is known color: Burning Sand. HEX triplet: D2, 84 and 5A. RGB value is (210,132,90). Sum of RGB (Red+Green+Blue) = 210+132+90=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2845A is #2D7BA5. Grayscale: #969696. Windows color (decimal): -2980774 or 5932242. OLE color: 5932242.

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

Color convert

RGB 210 132 90 -
CMYK 0 0.37 0.57 0.18
HSL 21º 0.57% 0.59% -
HSV(B) 21º 0.57% 0.82% -
XYZ 36.68 30.94 13.71 -
YUV 150.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 210 132 90 0 0.37 0.57 0.18 21 0.57 0.59
Hex D2 84 5A 0 25 39 12 15 39 3B
Octal 322 204 132 0 45 71 22 25 71 73
Binary 11010010 10000100 1011010 0 100101 111001 10010 10101 111001 111011

Color Harmonies of #D2845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2845A

Black with #D2845A

Text Example


Text Example

White with #D2845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2845A; }

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

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

background-color css

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

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

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

border-color css

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

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

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