Html Css Color HEX #D58262 Burning Sand

📋 copy color: '#D58262'

red 213 ◦ green 130 ◦ blue 98

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

Shades of Burning Sand #D58262

Tints of Burning Sand #D58262

RGB

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

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

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

R = 48.3%
G = 29.48%
B = 22.22%

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

#D58262 (or 0xD58262) is known color: Burning Sand. HEX triplet: D5, 82 and 62. RGB value is (213,130,98). Sum of RGB (Red+Green+Blue) = 213+130+98=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58262 is #2A7D9D. Grayscale: #979797. Windows color (decimal): -2784670 or 6456021. OLE color: 6456021.

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

Color convert

RGB 213 130 98 -
CMYK 0 0.39 0.54 0.16
HSL 16.7º 0.58% 0.61% -
HSV(B) 16.7º 0.54% 0.84% -
XYZ 37.63 30.99 15.55 -
YUV 151.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 213 130 98 0 0.39 0.54 0.16 16.7 0.58 0.61
Hex D5 82 62 0 27 36 10 11 3A 3D
Octal 325 202 142 0 47 66 20 21 72 75
Binary 11010101 10000010 1100010 0 100111 110110 10000 10001 111010 111101

Color Harmonies of #D58262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58262

Black with #D58262

Text Example


Text Example

White with #D58262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58262; }

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

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

background-color css

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

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

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

border-color css

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

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

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