Html Css Color HEX #D28460 Burning Sand

📋 copy color: '#D28460'

red 210 ◦ green 132 ◦ blue 96

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

Shades of Burning Sand #D28460

Tints of Burning Sand #D28460

RGB

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

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

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

R = 47.95%
G = 30.14%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28460 (or 0xD28460) is known color: Burning Sand. HEX triplet: D2, 84 and 60. RGB value is (210,132,96). Sum of RGB (Red+Green+Blue) = 210+132+96=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D28460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28460 is #2D7B9F. Grayscale: #979797. Windows color (decimal): -2980768 or 6325458. OLE color: 6325458.

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

Color convert

RGB 210 132 96 -
CMYK 0 0.37 0.54 0.18
HSL 18.95º 0.56% 0.6% -
HSV(B) 18.95º 0.54% 0.82% -
XYZ 36.94 31.05 15.11 -
YUV 151.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 210 132 96 0 0.37 0.54 0.18 18.95 0.56 0.6
Hex D2 84 60 0 25 36 12 13 38 3C
Octal 322 204 140 0 45 66 22 23 70 74
Binary 11010010 10000100 1100000 0 100101 110110 10010 10011 111000 111100

Color Harmonies of #D28460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28460

Black with #D28460

Text Example


Text Example

White with #D28460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28460; }

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

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

background-color css

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

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

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

border-color css

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

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

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