Html Css Color HEX #D58268 Burning Sand

📋 copy color: '#D58268'

red 213 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #D58268

Tints of Burning Sand #D58268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 47.65%
G = 29.08%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D58268 (or 0xD58268) is known color: Burning Sand. HEX triplet: D5, 82 and 68. RGB value is (213,130,104). Sum of RGB (Red+Green+Blue) = 213+130+104=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58268 is #2A7D97. Grayscale: #989898. Windows color (decimal): -2784664 or 6849237. OLE color: 6849237.

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

Color convert

RGB 213 130 104 -
CMYK 0 0.39 0.51 0.16
HSL 14.31º 0.56% 0.62% -
HSV(B) 14.31º 0.51% 0.84% -
XYZ 37.92 31.11 17.1 -
YUV 151.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 213 130 104 0 0.39 0.51 0.16 14.31 0.56 0.62
Hex D5 82 68 0 27 33 10 E 38 3E
Octal 325 202 150 0 47 63 20 16 70 76
Binary 11010101 10000010 1101000 0 100111 110011 10000 1110 111000 111110

Color Harmonies of #D58268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58268

Black with #D58268

Text Example


Text Example

White with #D58268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58268; }

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

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

background-color css

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

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

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

border-color css

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

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

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