#D58166

Color #D58166 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #D58166

Tints of Burning Sand #D58166

Color information

#D58166 (or 0xD58166) is unknown color: approx Burning Sand. HEX triplet: D5, 81 and 66. RGB value is (213,129,102). Sum of RGB (Red+Green+Blue) = 213+129+102=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D58166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58166 is #2A7E99. Grayscale: #979797. Windows color (decimal): -2784922 or 6717909. OLE color: 6717909.

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

Color convert

RGB213129102-
CMYK00.390.520.16
HSL14.59º56.92%61.76%-
HSV(B)14.59º52.11%83.53%-
XYZ37.6930.8116.53-
YUV151.04100.33172.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 102 (40.23% from 255) = 22.97%
R=47.97%
G=29.05%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312910200.390.520.1614.5956.9261.76
HexD581660273410f393e
Octal3252011460476420177176
Binary110101011000000111001100100111110100100001111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58166; }

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

 H1.HeaderClassName
 {
   color: #D58166;
 }
 .AnyTagClassName
 {
   color: #D58166;
 }
</style>
background-color css

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

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

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

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

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

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