Html Css Color HEX #D28358 Burning Sand

📋 copy color: '#D28358'

red 210 ◦ green 131 ◦ blue 88

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

Shades of Burning Sand #D28358

Tints of Burning Sand #D28358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.51%

R = 48.95%
G = 30.54%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D28358 (or 0xD28358) is known color: Burning Sand. HEX triplet: D2, 83 and 58. RGB value is (210,131,88). Sum of RGB (Red+Green+Blue) = 210+131+88=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D28358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28358 is #2D7CA7. Grayscale: #959595. Windows color (decimal): -2981032 or 5800914. OLE color: 5800914.

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

Color convert

RGB 210 131 88 -
CMYK 0 0.38 0.58 0.18
HSL 21.15º 0.58% 0.58% -
HSV(B) 21.15º 0.58% 0.82% -
XYZ 36.46 30.64 13.22 -
YUV 149.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 210 131 88 0 0.38 0.58 0.18 21.15 0.58 0.58
Hex D2 83 58 0 26 3A 12 15 3A 3A
Octal 322 203 130 0 46 72 22 25 72 72
Binary 11010010 10000011 1011000 0 100110 111010 10010 10101 111010 111010

Color Harmonies of #D28358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28358

Black with #D28358

Text Example


Text Example

White with #D28358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28358; }

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

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

background-color css

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

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

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

border-color css

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

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

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