Html Css Color HEX #D58163 Burning Sand

📋 copy color: '#D58163'

red 213 ◦ green 129 ◦ blue 99

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

Shades of Burning Sand #D58163

Tints of Burning Sand #D58163

RGB

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

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

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

R = 48.3%
G = 29.25%
B = 22.45%

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

#D58163 (or 0xD58163) is known color: Burning Sand. HEX triplet: D5, 81 and 63. RGB value is (213,129,99). Sum of RGB (Red+Green+Blue) = 213+129+99=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58163 is #2A7E9C. Grayscale: #969696. Windows color (decimal): -2784925 or 6521301. OLE color: 6521301.

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

Color convert

RGB 213 129 99 -
CMYK 0 0.39 0.54 0.16
HSL 15.79º 0.58% 0.61% -
HSV(B) 15.79º 0.54% 0.84% -
XYZ 37.54 30.75 15.76 -
YUV 150.7 98.83 172.44 -
System Red Green Blue C M Y K H S L
Decimal 213 129 99 0 0.39 0.54 0.16 15.79 0.58 0.61
Hex D5 81 63 0 27 36 10 10 3A 3D
Octal 325 201 143 0 47 66 20 20 72 75
Binary 11010101 10000001 1100011 0 100111 110110 10000 10000 111010 111101

Color Harmonies of #D58163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58163

Black with #D58163

Text Example


Text Example

White with #D58163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58163; }

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

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

background-color css

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

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

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

border-color css

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

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

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