Html Css Color HEX #D28455 Burning Sand

📋 copy color: '#D28455'

red 210 ◦ green 132 ◦ blue 85

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

Shades of Burning Sand #D28455

Tints of Burning Sand #D28455

RGB

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

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

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

R = 49.18%
G = 30.91%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D28455 (or 0xD28455) is known color: Burning Sand. HEX triplet: D2, 84 and 55. RGB value is (210,132,85). Sum of RGB (Red+Green+Blue) = 210+132+85=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D28455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28455 is #2D7BAA. Grayscale: #969696. Windows color (decimal): -2980779 or 5604562. OLE color: 5604562.

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

Color convert

RGB 210 132 85 -
CMYK 0 0.37 0.60 0.18
HSL 22.56º 0.58% 0.58% -
HSV(B) 22.56º 0.6% 0.82% -
XYZ 36.47 30.86 12.63 -
YUV 149.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 210 132 85 0 0.37 0.60 0.18 22.56 0.58 0.58
Hex D2 84 55 0 25 3C 12 17 3A 3A
Octal 322 204 125 0 45 74 22 27 72 72
Binary 11010010 10000100 1010101 0 100101 111100 10010 10111 111010 111010

Color Harmonies of #D28455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28455

Black with #D28455

Text Example


Text Example

White with #D28455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28455; }

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

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

background-color css

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

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

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

border-color css

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

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

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