Html Css Color HEX #D58263 Burning Sand

📋 copy color: '#D58263'

red 213 ◦ green 130 ◦ blue 99

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

Shades of Burning Sand #D58263

Tints of Burning Sand #D58263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.4%

R = 48.19%
G = 29.41%
B = 22.4%

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

#D58263 (or 0xD58263) is known color: Burning Sand. HEX triplet: D5, 82 and 63. RGB value is (213,130,99). Sum of RGB (Red+Green+Blue) = 213+130+99=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58263 is #2A7D9C. Grayscale: #979797. Windows color (decimal): -2784669 or 6521557. OLE color: 6521557.

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

Color convert

RGB 213 130 99 -
CMYK 0 0.39 0.54 0.16
HSL 16.32º 0.58% 0.61% -
HSV(B) 16.32º 0.54% 0.84% -
XYZ 37.68 31.01 15.8 -
YUV 151.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 213 130 99 0 0.39 0.54 0.16 16.32 0.58 0.61
Hex D5 82 63 0 27 36 10 10 3A 3D
Octal 325 202 143 0 47 66 20 20 72 75
Binary 11010101 10000010 1100011 0 100111 110110 10000 10000 111010 111101

Color Harmonies of #D58263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58263

Black with #D58263

Text Example


Text Example

White with #D58263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58263; }

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

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

background-color css

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

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

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

border-color css

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

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

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