Html Css Color HEX #D28161 Burning Sand

📋 copy color: '#D28161'

red 210 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #D28161

Tints of Burning Sand #D28161

RGB

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

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

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

R = 48.17%
G = 29.59%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D28161 (or 0xD28161) is known color: Burning Sand. HEX triplet: D2, 81 and 61. RGB value is (210,129,97). Sum of RGB (Red+Green+Blue) = 210+129+97=436 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.17% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 210 - color contains mainly: red. Hex color #D28161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28161 is #2D7E9E. Grayscale: #959595. Windows color (decimal): -2981535 or 6390226. OLE color: 6390226.

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

Color convert

RGB 210 129 97 -
CMYK 0 0.39 0.54 0.18
HSL 16.99º 0.56% 0.6% -
HSV(B) 16.99º 0.54% 0.82% -
XYZ 36.59 30.27 15.22 -
YUV 149.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 210 129 97 0 0.39 0.54 0.18 16.99 0.56 0.6
Hex D2 81 61 0 27 36 12 11 38 3C
Octal 322 201 141 0 47 66 22 21 70 74
Binary 11010010 10000001 1100001 0 100111 110110 10010 10001 111000 111100

Color Harmonies of #D28161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28161

Black with #D28161

Text Example


Text Example

White with #D28161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28161; }

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

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

background-color css

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

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

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

border-color css

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

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

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