Html Css Color HEX #D58264 Burning Sand

📋 copy color: '#D58264'

red 213 ◦ green 130 ◦ blue 100

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

Shades of Burning Sand #D58264

Tints of Burning Sand #D58264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 48.08%
G = 29.35%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D58264 (or 0xD58264) is known color: Burning Sand. HEX triplet: D5, 82 and 64. RGB value is (213,130,100). Sum of RGB (Red+Green+Blue) = 213+130+100=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D58264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58264 is #2A7D9B. Grayscale: #979797. Windows color (decimal): -2784668 or 6587093. OLE color: 6587093.

HSL color Cylindrical-coordinate representation of color #D58264: hue angle of 15.93º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D58264 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 100 -
CMYK 0 0.39 0.53 0.16
HSL 15.93º 0.57% 0.61% -
HSV(B) 15.93º 0.53% 0.84% -
XYZ 37.72 31.03 16.06 -
YUV 151.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 213 130 100 0 0.39 0.53 0.16 15.93 0.57 0.61
Hex D5 82 64 0 27 35 10 10 39 3D
Octal 325 202 144 0 47 65 20 20 71 75
Binary 11010101 10000010 1100100 0 100111 110101 10000 10000 111001 111101

Color Harmonies of #D58264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58264

Black with #D58264

Text Example


Text Example

White with #D58264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58264; }

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

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

background-color css

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

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

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

border-color css

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

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

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