Html Css Color HEX #D58466 Burning Sand

📋 copy color: '#D58466'

red 213 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #D58466

Tints of Burning Sand #D58466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

 BLUE value IS 102 (40.23% from 255) = 22.82%

R = 47.65%
G = 29.53%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D58466 (or 0xD58466) is known color: Burning Sand. HEX triplet: D5, 84 and 66. RGB value is (213,132,102). Sum of RGB (Red+Green+Blue) = 213+132+102=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D58466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58466 is #2A7B99. Grayscale: #999999. Windows color (decimal): -2784154 or 6718677. OLE color: 6718677.

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

Color convert

RGB 213 132 102 -
CMYK 0 0.38 0.52 0.16
HSL 16.22º 0.57% 0.62% -
HSV(B) 16.22º 0.52% 0.84% -
XYZ 38.09 31.61 16.66 -
YUV 152.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 213 132 102 0 0.38 0.52 0.16 16.22 0.57 0.62
Hex D5 84 66 0 26 34 10 10 39 3E
Octal 325 204 146 0 46 64 20 20 71 76
Binary 11010101 10000100 1100110 0 100110 110100 10000 10000 111001 111110

Color Harmonies of #D58466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58466

Black with #D58466

Text Example


Text Example

White with #D58466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58466; }

 p { color: rgb(213,132,102); }

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

background-color css

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

 a { background-color: rgb(213,132,102); }

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

border-color css

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

 span { border-color: rgb(213,132,102); }

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