Html Css Color HEX #D58161 Burning Sand

📋 copy color: '#D58161'

red 213 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #D58161

Tints of Burning Sand #D58161

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

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

R = 48.52%
G = 29.38%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D58161 (or 0xD58161) is known color: Burning Sand. HEX triplet: D5, 81 and 61. RGB value is (213,129,97). Sum of RGB (Red+Green+Blue) = 213+129+97=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D58161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58161 is #2A7E9E. Grayscale: #969696. Windows color (decimal): -2784927 or 6390229. OLE color: 6390229.

HSL color Cylindrical-coordinate representation of color #D58161: hue angle of 16.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D58161 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 97 -
CMYK 0 0.39 0.54 0.16
HSL 16.55º 0.58% 0.61% -
HSV(B) 16.55º 0.54% 0.84% -
XYZ 37.45 30.71 15.26 -
YUV 150.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 213 129 97 0 0.39 0.54 0.16 16.55 0.58 0.61
Hex D5 81 61 0 27 36 10 11 3A 3D
Octal 325 201 141 0 47 66 20 21 72 75
Binary 11010101 10000001 1100001 0 100111 110110 10000 10001 111010 111101

Color Harmonies of #D58161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58161

Black with #D58161

Text Example


Text Example

White with #D58161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58161; }

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

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

background-color css

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

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

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

border-color css

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

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

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