Html Css Color HEX #D58162 Burning Sand

📋 copy color: '#D58162'

red 213 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #D58162

Tints of Burning Sand #D58162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.27%

R = 48.41%
G = 29.32%
B = 22.27%

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

#D58162 (or 0xD58162) is known color: Burning Sand. HEX triplet: D5, 81 and 62. RGB value is (213,129,98). Sum of RGB (Red+Green+Blue) = 213+129+98=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D58162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58162 is #2A7E9D. Grayscale: #969696. Windows color (decimal): -2784926 or 6455765. OLE color: 6455765.

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

Color convert

RGB 213 129 98 -
CMYK 0 0.39 0.54 0.16
HSL 16.17º 0.58% 0.61% -
HSV(B) 16.17º 0.54% 0.84% -
XYZ 37.5 30.73 15.51 -
YUV 150.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 213 129 98 0 0.39 0.54 0.16 16.17 0.58 0.61
Hex D5 81 62 0 27 36 10 10 3A 3D
Octal 325 201 142 0 47 66 20 20 72 75
Binary 11010101 10000001 1100010 0 100111 110110 10000 10000 111010 111101

Color Harmonies of #D58162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58162

Black with #D58162

Text Example


Text Example

White with #D58162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58162; }

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

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

background-color css

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

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

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

border-color css

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

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

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