Html Css Color HEX #D28461 Burning Sand

📋 copy color: '#D28461'

red 210 ◦ green 132 ◦ blue 97

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

Shades of Burning Sand #D28461

Tints of Burning Sand #D28461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 47.84%
G = 30.07%
B = 22.1%

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

#D28461 (or 0xD28461) is known color: Burning Sand. HEX triplet: D2, 84 and 61. RGB value is (210,132,97). Sum of RGB (Red+Green+Blue) = 210+132+97=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D28461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28461 is #2D7B9E. Grayscale: #979797. Windows color (decimal): -2980767 or 6390994. OLE color: 6390994.

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

Color convert

RGB 210 132 97 -
CMYK 0 0.37 0.54 0.18
HSL 18.58º 0.56% 0.6% -
HSV(B) 18.58º 0.54% 0.82% -
XYZ 36.99 31.07 15.36 -
YUV 151.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 210 132 97 0 0.37 0.54 0.18 18.58 0.56 0.6
Hex D2 84 61 0 25 36 12 13 38 3C
Octal 322 204 141 0 45 66 22 23 70 74
Binary 11010010 10000100 1100001 0 100101 110110 10010 10011 111000 111100

Color Harmonies of #D28461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28461

Black with #D28461

Text Example


Text Example

White with #D28461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28461; }

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

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

background-color css

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

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

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

border-color css

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

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

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