Html Css Color HEX #D28155 Burning Sand

📋 copy color: '#D28155'

red 210 ◦ green 129 ◦ blue 85

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

Shades of Burning Sand #D28155

Tints of Burning Sand #D28155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.42%

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

R = 49.53%
G = 30.42%
B = 20.05%

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

#D28155 (or 0xD28155) is known color: Burning Sand. HEX triplet: D2, 81 and 55. RGB value is (210,129,85). Sum of RGB (Red+Green+Blue) = 210+129+85=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D28155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28155 is #2D7EAA. Grayscale: #949494. Windows color (decimal): -2981547 or 5603794. OLE color: 5603794.

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

Color convert

RGB 210 129 85 -
CMYK 0 0.39 0.60 0.18
HSL 21.12º 0.58% 0.58% -
HSV(B) 21.12º 0.6% 0.82% -
XYZ 36.07 30.06 12.5 -
YUV 148.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 210 129 85 0 0.39 0.60 0.18 21.12 0.58 0.58
Hex D2 81 55 0 27 3C 12 15 3A 3A
Octal 322 201 125 0 47 74 22 25 72 72
Binary 11010010 10000001 1010101 0 100111 111100 10010 10101 111010 111010

Color Harmonies of #D28155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28155

Black with #D28155

Text Example


Text Example

White with #D28155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28155; }

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

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

background-color css

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

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

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

border-color css

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

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

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