Html Css Color HEX #D58261 Burning Sand

📋 copy color: '#D58261'

red 213 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #D58261

Tints of Burning Sand #D58261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

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

R = 48.41%
G = 29.55%
B = 22.05%

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

#D58261 (or 0xD58261) is known color: Burning Sand. HEX triplet: D5, 82 and 61. RGB value is (213,130,97). Sum of RGB (Red+Green+Blue) = 213+130+97=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D58261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58261 is #2A7D9E. Grayscale: #979797. Windows color (decimal): -2784671 or 6390485. OLE color: 6390485.

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

Color convert

RGB 213 130 97 -
CMYK 0 0.39 0.54 0.16
HSL 17.07º 0.58% 0.61% -
HSV(B) 17.07º 0.54% 0.84% -
XYZ 37.58 30.97 15.31 -
YUV 151.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 213 130 97 0 0.39 0.54 0.16 17.07 0.58 0.61
Hex D5 82 61 0 27 36 10 11 3A 3D
Octal 325 202 141 0 47 66 20 21 72 75
Binary 11010101 10000010 1100001 0 100111 110110 10000 10001 111010 111101

Color Harmonies of #D58261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58261

Black with #D58261

Text Example


Text Example

White with #D58261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58261; }

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

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

background-color css

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

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

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

border-color css

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

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

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