Html Css Color HEX #D28055 Burning Sand

📋 copy color: '#D28055'

red 210 ◦ green 128 ◦ blue 85

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

Shades of Burning Sand #D28055

Tints of Burning Sand #D28055

RGB

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

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

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

R = 49.65%
G = 30.26%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D28055 (or 0xD28055) is known color: Burning Sand. HEX triplet: D2, 80 and 55. RGB value is (210,128,85). Sum of RGB (Red+Green+Blue) = 210+128+85=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 128 (50.39% from 255 or 30.26% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D28055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28055 is #2D7FAA. Grayscale: #939393. Windows color (decimal): -2981803 or 5603538. OLE color: 5603538.

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

Color convert

RGB 210 128 85 -
CMYK 0 0.39 0.60 0.18
HSL 20.64º 0.58% 0.58% -
HSV(B) 20.64º 0.6% 0.82% -
XYZ 35.94 29.8 12.45 -
YUV 147.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 210 128 85 0 0.39 0.60 0.18 20.64 0.58 0.58
Hex D2 80 55 0 27 3C 12 15 3A 3A
Octal 322 200 125 0 47 74 22 25 72 72
Binary 11010010 10000000 1010101 0 100111 111100 10010 10101 111010 111010

Color Harmonies of #D28055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28055

Black with #D28055

Text Example


Text Example

White with #D28055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28055; }

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

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

background-color css

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

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

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

border-color css

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

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

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