Html Css Color HEX #D28060 Burning Sand

📋 copy color: '#D28060'

red 210 ◦ green 128 ◦ blue 96

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

Shades of Burning Sand #D28060

Tints of Burning Sand #D28060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 48.39%
G = 29.49%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28060 (or 0xD28060) is known color: Burning Sand. HEX triplet: D2, 80 and 60. RGB value is (210,128,96). Sum of RGB (Red+Green+Blue) = 210+128+96=434 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.39% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 210 - color contains mainly: red. Hex color #D28060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28060 is #2D7F9F. Grayscale: #959595. Windows color (decimal): -2981792 or 6324434. OLE color: 6324434.

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

Color convert

RGB 210 128 96 -
CMYK 0 0.39 0.54 0.18
HSL 16.84º 0.56% 0.6% -
HSV(B) 16.84º 0.54% 0.82% -
XYZ 36.41 29.98 14.93 -
YUV 148.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 210 128 96 0 0.39 0.54 0.18 16.84 0.56 0.6
Hex D2 80 60 0 27 36 12 11 38 3C
Octal 322 200 140 0 47 66 22 21 70 74
Binary 11010010 10000000 1100000 0 100111 110110 10010 10001 111000 111100

Color Harmonies of #D28060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28060

Black with #D28060

Text Example


Text Example

White with #D28060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28060; }

 p { color: rgb(210,128,96); }

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

background-color css

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

 a { background-color: rgb(210,128,96); }

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

border-color css

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

 span { border-color: rgb(210,128,96); }

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