Html Css Color HEX #D58064 Burning Sand

📋 copy color: '#D58064'

red 213 ◦ green 128 ◦ blue 100

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

Shades of Burning Sand #D58064

Tints of Burning Sand #D58064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

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

R = 48.3%
G = 29.02%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D58064 (or 0xD58064) is known color: Burning Sand. HEX triplet: D5, 80 and 64. RGB value is (213,128,100). Sum of RGB (Red+Green+Blue) = 213+128+100=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D58064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58064 is #2A7F9B. Grayscale: #969696. Windows color (decimal): -2785180 or 6586581. OLE color: 6586581.

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

Color convert

RGB 213 128 100 -
CMYK 0 0.40 0.53 0.16
HSL 14.87º 0.57% 0.61% -
HSV(B) 14.87º 0.53% 0.84% -
XYZ 37.46 30.5 15.97 -
YUV 150.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 213 128 100 0 0.40 0.53 0.16 14.87 0.57 0.61
Hex D5 80 64 0 28 35 10 F 39 3D
Octal 325 200 144 0 50 65 20 17 71 75
Binary 11010101 10000000 1100100 0 101000 110101 10000 1111 111001 111101

Color Harmonies of #D58064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58064

Black with #D58064

Text Example


Text Example

White with #D58064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58064; }

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

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

background-color css

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

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

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

border-color css

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

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

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