Html Css Color HEX #D28355 Burning Sand

📋 copy color: '#D28355'

red 210 ◦ green 131 ◦ blue 85

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

Shades of Burning Sand #D28355

Tints of Burning Sand #D28355

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

 BLUE value IS 85 (33.59% from 255) = 19.95%

R = 49.3%
G = 30.75%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D28355 (or 0xD28355) is known color: Burning Sand. HEX triplet: D2, 83 and 55. RGB value is (210,131,85). Sum of RGB (Red+Green+Blue) = 210+131+85=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D28355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28355 is #2D7CAA. Grayscale: #959595. Windows color (decimal): -2981035 or 5604306. OLE color: 5604306.

HSL color Cylindrical-coordinate representation of color #D28355: hue angle of 22.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D28355 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 131 85 -
CMYK 0 0.38 0.60 0.18
HSL 22.08º 0.58% 0.58% -
HSV(B) 22.08º 0.6% 0.82% -
XYZ 36.33 30.59 12.58 -
YUV 149.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 210 131 85 0 0.38 0.60 0.18 22.08 0.58 0.58
Hex D2 83 55 0 26 3C 12 16 3A 3A
Octal 322 203 125 0 46 74 22 26 72 72
Binary 11010010 10000011 1010101 0 100110 111100 10010 10110 111010 111010

Color Harmonies of #D28355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28355

Black with #D28355

Text Example


Text Example

White with #D28355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28355; }

 p { color: rgb(210,131,85); }

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

background-color css

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

 a { background-color: rgb(210,131,85); }

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

border-color css

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

 span { border-color: rgb(210,131,85); }

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