#D38467

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

Shades of Burning Sand #D38467

Tints of Burning Sand #D38467

Color information

#D38467 (or 0xD38467) is unknown color: approx Burning Sand. HEX triplet: D3, 84 and 67. RGB value is (211,132,103). Sum of RGB (Red+Green+Blue) = 211+132+103=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 103 (40.62% from 255 or 23.09% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38467 is #2C7B98. Grayscale: #989898. Windows color (decimal): -2915225 or 6784211. OLE color: 6784211.

HSL color Cylindrical-coordinate representation of color #D38467: hue angle of 16.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D38467 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB211132103-
CMYK00.370.510.17
HSL16.11º55.1%61.57%-
HSV(B)16.11º51.18%82.75%-
XYZ37.5631.3316.9-
YUV152.31100.17169.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.31%
GREEN value IS 132 (51.95% from 255) = 29.60%
BLUE value IS 103 (40.62% from 255) = 23.09%
R=47.31%
G=29.60%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113210300.370.510.1716.1155.161.57
HexD38467025331110373e
Octal3232041470456321206776
Binary1101001110000100110011101001011100111000110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38467; }

 p { color: rgb(211,132,103); }

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

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

 a { background-color: rgb(211,132,103); }

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

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

 span { border-color: rgb(211,132,103); }

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