#D67D5C

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

Shades of Burning Sand #D67D5C

Tints of Burning Sand #D67D5C

Color information

#D67D5C (or 0xD67D5C) is unknown color: approx Burning Sand. HEX triplet: D6, 7D and 5C. RGB value is (214,125,92). Sum of RGB (Red+Green+Blue) = 214+125+92=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D5C is #2982A3. Grayscale: #949494. Windows color (decimal): -2720420 or 6061526. OLE color: 6061526.

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

Color convert

RGB21412592-
CMYK00.420.570.16
HSL16.23º59.8%60%-
HSV(B)16.23º57.01%83.92%-
XYZ3729.7413.91-
YUV147.8596.49175.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=49.65%
G=29.00%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141259200.420.570.1616.2359.860
HexD67D5C02A3910103c3c
Octal3261751340527120207474
Binary110101101111101101110001010101110011000010000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D5C; }

 p { color: rgb(214,125,92); }

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

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

 a { background-color: rgb(214,125,92); }

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

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

 span { border-color: rgb(214,125,92); }

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